C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / move_qhi.c
blob3038d619294c70919a3931371d946193c6611ca5
1 /* { dg-additional-options "-std=gnu89" } */
3 move (a, b)
4 char a, b;
6 char s;
7 s = a;
8 if (s)
9 gurka (s);
10 foo (b, a);
11 a = bar ();
12 b = bar ();
13 gra (s);