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
/
g++.dg
/
lookup
/
struct2.C
blob
a66f403c291582aff1dff9c33ad7437cc24e75f9
1
// PR c++/14510
2
3
struct c {};
4
namespace A {
5
int c(struct c*req);
6
}
7
int A::c(struct c*req) {}