aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.robertl/eb111.C
blob: 8afc921e10970b6bc8a240ecaeb0fe289b0e5c19 (plain)
1
2
3
4
5
6
  int main() {
      for(int i=1; i < 9; i++);
      for(int i=1; i < 9; i++);

      return 0;
      }