Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr48305.c
blob: aaec71c52a319456b3478143e26d273255fe4f13 [
file
] [
log
] [
blame
]
/* PR c/48305 */
int
foo
(
int
x
)
{
return
(
x
^
1
)
==
(
x
^
1U
);
}