C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / test-loop.c
blob3000184a6a1021cd52aa6426d59fdcfaf7bc39e8
1 /* { dg-additional-options "-std=gnu89" } */
3 main ()
5 int i;
6 for (i = 100; i >= -1; i--)
7 foo ();