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
/
920409-1.c
blob
938ce7d92d61e157b8e66fd5b2cb14c5675ef6be
1
x
(){
signed char
c
=-
1
;
return
c
<
0
;}
main
(){
if
(
x
()!=
1
)
abort
();
exit
(
0
);}