C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / test-flow.c
blob87b59adb5bba91e3bc6f23fbcd2b123c8f6d9407
1 /* { dg-additional-options "-std=gnu89" } */
3 foo (a, b, c, d)
5 if (a < 0)
7 b = c;
9 else
11 b = d;
13 return b + 75;