C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / n.c
blob1d696b00902576551763556a041636991f20a781
1 /* { dg-additional-options "-std=gnu89" } */
3 char_autoincr (b1, c)
4 short *b1;
5 short c;
7 *b1 = c;