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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
950124-1.c
blob
e723954a0c177bae261dc54db7ddbcc774895331
1
f
()
2
{
3
if
(
g
())
4
h
();
5
else
6
{
7
do
8
{
9
return
0
;
10
break
;
11
}
12
while
(
1
);
13
}
14
return
1
;
15
}