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.dg
/
debug
/
20011223-1.c
blob
f8d70abcea042a96266e7fe1d971640da7e023a1
1
/* Origin: PR c/5163 from aj@suse.de. */
2
/* { dg-do compile } */
3
4
extern
int
bar
(
int
);
5
6
int
7
foo
(
void
)
8
{
9
extern
int
bar
(
int
);
10
return
bar
(
5
);
11
}