namespace A { }
namespace N { struct A; }
using namespace N;

struct ::A *p;
