blob: 3f9aebe03646d5bd44e3dd726b046828f7f0b2c9 [file] [log] [blame]
foo (a)
{
int b = 32;
if (b & a)
return 1;
else
return 0;
}