Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
960219-1.c
blob: d21bcfcad243bea85419c576311f09ad43c96642 [
file
] [
log
] [
blame
]
f
(
int
i
)
{
if
(((
1
<<
i
)
&
1
)
==
0
)
abort
();
}
main
()
{
f
(
0
);
exit
(
0
);
}