921e5a0eb4
From-SVN: r14840
9 lines
74 B
C
9 lines
74 B
C
foo (a)
|
|
{
|
|
int b = 32;
|
|
if (b & a)
|
|
return 1;
|
|
else
|
|
return 0;
|
|
}
|