1 namespace A { }
2 namespace N { struct A; }
3 using namespace N;
4 
5 struct ::A *p;
6