2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / bit.c
blobe76bb45e7cdfbafaaef4b09e5653a431a50c52d9
1 bar (a)
3 return (a == 0);
6 foo (a)
7 int a;
9 if ((a & (1 << 26)) >= 0)
10 return 1;
11 else
12 return 2;