2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / BUG3.c
blob30e6622a5667385a3cfabbf71815d4bafd091f5b
1 BUG2 (p) char *p;
3 int a = 0;
4 if (*p == a)
5 return 0;
6 else
7 return 1;