2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / omit.c
blobf59d6ee8f2781ac037552cdfa8ce4be8dba13d8d
1 omit (a, b)
2 char a;
3 char *b;
5 char x;
6 int i;
7 x = *b;
8 b[1] = x;
9 foo ((int)x);
10 return x + 1;