2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / n1.c
blobdfa93cebed4a76a23f2301b9e03e4af8a92480e7
1 foo (a, p)
2 long long a;
3 int *p;
5 int b = (int)-a;
6 if (b > 32)
7 return 1;
8 else
9 return 0;