OSDN Git Service

cp:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / lookup / struct2.C
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) {}