[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / innerstructredef.h
blob600f44e41cf85736df126f971ef0c8fa20daa0e0
1 struct Outer {
2 // This definition is actually hidden since only submodule 'one' is imported.
3 struct Inner {
4 int x;
5 } field;
6 };