C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / i.c
blobbfbe2745f602f9b726b6a105bf78aff92dc04c88
1 /* { dg-additional-options "-std=gnu89" } */
3 ase (p)
4 short *p;
6 int a;
8 a = *p;
9 *p = a + 1;