Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
comb.c
blob: f39e769e23034abda470c0544b17afee8078ba24 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
foo
(
a
,
b
)
{
int
c
=
a
&
b
;
if
((
a
&
b
)
==
0
)
return
0
;
return
c
;
}