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
/
20030416-1.c
blob
c3d18b682819c32c229ead4fd9edac23ac0917bc
1
void
foo
(
int
x
)
2
{
3
if
(
x
>
3
)
4
{;}
5
else
6
bar
();
7
x
=
9
;
8
}
9
10
main
()
11
{
12
int
j
;
13
14
foo
(
j
);
15
return
j
;
16
}