C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / g.c
blobc9aaa6db109385c67365e32ce8bb99594b2dfbe3
1 /* { dg-additional-options "-std=gnu89" } */
3 foo (a, b)
4 long long a, b;
7 if (a == b)
8 return 0;
9 else
10 return 1;