llvm-project/clang/test/Modules/Inputs/recursive_visibility_a1_inn...

5 lines
51 B
C++

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