repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
961122-2.c
blob
81e404ec4f127bf1c9f584224edd5f0505b49f8a
1
int
2
f
(
int
a
)
3
{
4
return
((
a
>=
0
&&
a
<=
10
) && ! (
a
>=
0
));
5
}
6
7
main
()
8
{
9
if
(
f
(
0
))
10
abort
();
11
exit
(
0
);
12
}