Sign in
gnu
/
gcc.git
/
94edbc153ae4f1c1532859836e528fc480da82d6
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
xfoo.c
blob: c97e95d89b902c985edf0dc4136e75ab7828c522 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
foo
(
a
)
{
return
(
a
&
~
0xfff
)
==
0
;
}