Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
bit.c
blob: e76bb45e7cdfbafaaef4b09e5653a431a50c52d9 [
file
] [
log
] [
blame
]
bar
(
a
)
{
return
(
a
==
0
);
}
foo
(
a
)
int
a
;
{
if
((
a
&
(
1
<<
26
))
>=
0
)
return
1
;
else
return
2
;
}