repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix unused warnings.
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
961017-1.c
blob
88c9d9505a199ddecd596a36f79e6a93b17e5cb5
1
main
()
2
{
3
unsigned char
z
=
0
;
4
5
do
;
6
while
(--
z
>
0
);
7
exit
(
0
);
8
}