blob: c8228aab5879eea1188101b867302ff3065462f7 [file] [log] [blame]
f (a)
{
return (a & 1) && !(a & 2 & 4);
}