2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / move_qhi.c
blob9bc9cb6630cf0eb7caca43530921add787f691c9
1 move (a, b)
2 char a, b;
4 char s;
5 s = a;
6 if (s)
7 gurka (s);
8 foo (b, a);
9 a = bar ();
10 b = bar ();
11 gra (s);