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