summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.robertl/eb111.C
blob: c671de459914c622ec275803e68e82f26b418cb1 (plain)
1
2
3
4
5
6
7
// { dg-do run  }
  int main() {
      for(int i=1; i < 9; i++);
      for(int i=1; i < 9; i++);

      return 0;
      }