C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / acc.c
bloba0b8bf625176ef1eba56c6bd4f1daf7bd8fe0eed
1 /* { dg-additional-options "-std=gnu89" } */
3 foo (a)
5 int b = a + 1;
6 int c = (short) a;
7 if (b)
8 return b;
9 return 1;