Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[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 };