(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lookup/
scoped10.C
namespace A { }
namespace N { struct A; }
using namespace N;

struct ::A *p;