llvm/clang/test/Modules/Inputs/cxx-inline-namespace-b.h

@import cxx_inline_namespace;

struct X::Y::Z {
  void f(struct Elaborated);
};