blob: a4689079b7938a9d2ecb0b4a2c5ebb3c08c5510b [file] [log] [blame]
foo (a, b)
{
int c = a & b;
if ((a & b) == 0)
return 0;
return c;
}