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
/
920501-1.c
blob
6f757cac59c3b4b3c6f02828c4a2a7e528237ebd
1
int
s
[
2
];
2
x
(){
if
(!
s
[
0
]){
s
[
1
+
s
[
1
]]=
s
[
1
];
return
1
;}}
3
main
(){
s
[
0
]=
s
[
1
]=
0
;
if
(
x
(
0
)!=
1
)
abort
();
exit
(
0
);}