2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / ex.c
blobf5d90fd2e65b49573b7f6e2dea71d9989aa43714
1 foo (a, b)
3 if ((a & (1 << b)) == 0)
4 return 1;
5 return 0;
8 main ()
10 printf ("%d\n", foo ());