Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
m68.c
blob: a1ee486d4c2f6e2a6e2dab745d97274f33c39beb [
file
] [
log
] [
blame
]
foo
(
a
)
{
return
a
|
12345
;
}
bar
(
a
)
{
return
a
&
(
0xffff0000
|
12345
);
}
foobar
(
a
)
{
return
a
-
128
;
}