8sa1-gcc/gcc/testsuite/gcc.c-torture/unsorted/BUG2.c

9 lines
84 B
C
Raw Normal View History

1997-08-19 03:34:40 -04:00
BUG2 (p) int *p;
{
int a = 0;
if (*p == a)
return 0;
else
return 1;
}