blob: 2e38dd0e36e08d350042a6158e7c6d132233fa23 [file] [log] [blame]
foo (a)
{
int b = 0x1fff;
return a & ~b;
}