921e5a0eb4
From-SVN: r14840
6 lines
47 B
C
6 lines
47 B
C
foo (a)
|
|
{
|
|
int b = 0x1fff;
|
|
return a & ~b;
|
|
}
|