llvm/clang/test/Modules/Inputs/recursive_visibility_a2_more_inner.h

namespace A2_More_Inner {
  struct X {};
  void f(X);
}