Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.robertl / eb111.C
blobc671de459914c622ec275803e68e82f26b418cb1
1 // { dg-do run  }
2   int main() {
3       for(int i=1; i < 9; i++);
4       for(int i=1; i < 9; i++);
6       return 0;
7       }