(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
namespace9.C
namespace A {
  void f();
}
void g()
{
  struct f { };
  using A::f;
}