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
/
20000314-1.c
blob
09de09493891e44801f6a2e2169050770b87f1a2
1
int
main
()
2
{
3
long
winds
=
0
;
4
5
while
(
winds
!=
0
)
6
{
7
if
(*(
char
*)
winds
)
8
break
;
9
}
10
11
if
(
winds
==
0
||
winds
!=
0
|| *(
char
*)
winds
)
12
exit
(
0
);
13
14
abort
();
15
}
16
17