No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / lookup / struct2.C
bloba66f403c291582aff1dff9c33ad7437cc24e75f9
1 // PR c++/14510
3 struct c {};
4 namespace A {
5   int c(struct c*req);
7 int A::c(struct c*req) {}