blob: 46e830a3521bb3fdedc2e9ee586cf6a4e8729908 [file] [log] [blame]
foo (a)
{
if (a & 38)
return 1;
return 0;
}