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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
930429-2.c
blob
e52c8b4d723dccd6e4f6259bf2cdab675c06dbfa
1
int
2
f
(
b
)
3
{
4
return
(
b
>>
1
) >
0
;
5
}
6
7
main
()
8
{
9
if
(!
f
(
9
))
10
abort
();
11
if
(
f
(-
9
))
12
abort
();
13
exit
(
0
);
14
}