2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / move.c
blob78e00ff2100e165b402fe0dfaef57b5f5e63c188
1 typedef char type;
3 type
4 foo (b)
6 type a;
7 for (a = 10; a < b; a++)