rt_gccstream/gcc/testsuite/gcc.c-torture/compile/960106-1.c

5 lines
44 B
C

f (a)
{
return (a & 1) && !(a & 2 & 4);
}