[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / cxx-inline-namespace-b.h
blob242a585673ae5e57728c48f78bcd07d5875c87fd
1 @import cxx_inline_namespace;
3 struct X::Y::Z {
4 void f(struct Elaborated);
5 };