OSDN Git Service

* pt.c (instantiate_class_template_1): If DECL_PRESERVE_P is set
[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) {}