[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / recursive_visibility_a2_more_inner.h
bloba9ff9d90af1b0f586e1fa7de5d47d16e9e5f0f46
1 namespace A2_More_Inner {
2 struct X {};
3 void f(X);