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
/
920428-1.c
blob
154af763a509308edd625b17d316d780bbb30c91
1
x
(
const char
*
s
){
char
a
[
1
];
const char
*
ss
=
s
;
a
[*
s
++]|=
1
;
return
(
int
)
ss
+
1
==(
int
)
s
;}
2
main
(){
if
(
x
(
""
)!=
1
)
abort
();
exit
(
0
);}