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

13 lines
113 B
C
Raw Normal View History

1997-08-19 03:34:40 -04:00
foo (a)
{
int i;
for (i = 1; i < a; i++)
;
{
int b = (int) &foo;
return (a & b) == 0;
}
}