C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / l.c
blobc5fbb99d291e99cbd0c4ba9590be0e6129e42363
1 /* { dg-additional-options "-std=gnu89" } */
3 main (a)
5 return - 256 + a;