Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
xor.c
blob: 435f2231e649056629470f525a5485ec5ff4910c [
file
] [
log
] [
blame
]
foo
(
a
,
b
)
{
return
~(
a
^
~
123
);
}