Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
931228-1.c
blob: dcd3b65ff3bacc0712ce4b9ce8d569d346b43a98 [
file
] [
log
] [
blame
]
f
(
x
)
{
x
&=
010000
;
x
&=
007777
;
x
^=
017777
;
x
&=
017770
;
return
x
;
}
main
()
{
if
(
f
(-
1
)
!=
017770
)
abort
();
exit
(
0
);
}