(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
namespace8.C
namespace X {
  typedef struct {
  } x;
}
typedef X::x x;
using X::x;