(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
namespace1.C
namespace foo {
void baz(int);
}

void bar(int foo) {
  foo::baz (3);
}