netbsd/external/bsd/llvm/dist/clang/test/Modules/Inputs/cxx-inline-namespace-b.h
2015-10-15 10:25:28 +02:00

6 lines
80 B
C

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