Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
or.c
blob: 0817c3293fa47ac82da6eb7509d21fd5cbd25016 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
foo
(
a
)
{
return
a
|
0xffff0101
;
}