Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
xor.c
blob: a4bdbeeeea333d2f077e4bfaf091380c3b70b89a [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
foo
(
a
,
b
)
{
return
~(
a
^
~
123
);
}