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; }