Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
961122-2.c
blob: 81e404ec4f127bf1c9f584224edd5f0505b49f8a [
file
] [
log
] [
blame
]
int
f
(
int
a
)
{
return
((
a
>=
0
&&
a
<=
10
)
&&
!
(
a
>=
0
));
}
main
()
{
if
(
f
(
0
))
abort
();
exit
(
0
);
}