OSDN Git Service

* gcc.c-torture/compile/20021120-1.c: New test.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 960106-1.c
1 f (a)
2 {
3   return (a & 1) && !(a & 2 & 4);
4 }