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