2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 960106-1.c
blobc8228aab5879eea1188101b867302ff3065462f7
1 f (a)
3 return (a & 1) && !(a & 2 & 4);