C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / xs.c
blob08b4ba25d5dad922c2c1026bf274cf7d0f5e2548
1 /* { dg-additional-options "-std=gnu89" } */
3 foo (a, b)
5 for (b = 0; b < 10; b++)
7 for (a = 0; a < 10; a++)
9 a = b << 1;
10 return a;