FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb111.C
blob8afc921e10970b6bc8a240ecaeb0fe289b0e5c19
1   int main() {
2       for(int i=1; i < 9; i++);
3       for(int i=1; i < 9; i++);
5       return 0;
6       }