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

9 lines
97 B
C
Raw Normal View History

1997-08-19 03:34:40 -04:00
#define w 20
#define c 1
foo (a)
unsigned a;
{
return ((a & ((1 << w) - 1)) << c) > 0;
}