unplugged-system/external/clang/test/Modules/Inputs/recursive_visibility_a1_inner.h

5 lines
51 B
C
Raw Normal View History

namespace A1_Inner {
struct X {};
void f(X);
}