1 2 3 4 5 6 7 8 9 10
// { dg-do assemble } // GROUPS passed warnings void foo() { int i; if (1) { for (int i = 0; i < 10; i++) ; } }