xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/cxx-inline-namespace-b.h (revision 83ee113ee0d94f3844d44065af2311604e9a30ad)
1 @import cxx_inline_namespace;
2 
3 struct X::Y::Z {
4   void f(struct Elaborated);
5 };
6