PR c++/67273
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / scoped10.C
blobc604297c6db3eb5ddab982daf4f2683ed60c41a7
1 namespace A { }
2 namespace N { struct A; }
3 using namespace N;
5 struct ::A *p;