2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / comb.c
bloba4689079b7938a9d2ecb0b4a2c5ebb3c08c5510b
1 foo (a, b)
3 int c = a & b;
4 if ((a & b) == 0)
5 return 0;
6 return c;