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
/
execute
/
950906-1.c
blob
31997d5c25745d5a7b6a6925e29cb01107994cf0
1
g
(
int
i
)
2
{
3
}
4
5
f
(
int
i
)
6
{
7
g
(
0
);
8
while
( ({
i
--; }) )
9
g
(
0
);
10
}
11
12
main
()
13
{
14
f
(
10
);
15
exit
(
0
);
16
}