allwinner_a64/android/external/clang/test/Modules/Inputs/cxx-inline-namespace-b.h
2018-08-08 16:14:42 +08:00

5 lines
80 B
C

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