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
/
980602-1.c
blob
2df7283740f98908d03defdac931a109d8423a59
1
main
()
2
{
3
int
i
;
4
for
(
i
=
1
;
i
<
100
;
i
++)
5
;
6
if
(
i
==
100
)
7
exit
(
0
);
8
abort
();
9
}
10