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

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