C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / ww.c
blobea9bcd8edea01352951752286e39c4eca9fe6215
1 /* { dg-additional-options "-std=gnu89" } */
3 foo (p)
4 short *p;
6 static int *foo;
7 *p = 1234;
8 *foo = 1234;