Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
bb1.c
blob: 3f9aebe03646d5bd44e3dd726b046828f7f0b2c9 [
file
] [
log
] [
blame
]
foo
(
a
)
{
int
b
=
32
;
if
(
b
&
a
)
return
1
;
else
return
0
;
}