Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
951220-1.c
blob: 5a7a5055b49632bea4eb508b047e33b7d5336c9d [
file
] [
log
] [
blame
]
int
f
(
char
*
x
)
{
return
(*
x
&
2
)
||
(*
x
&
3
);
}