Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / odr_hash-Unresolved / module.modulemap
blobac7fc43cae638bbc4bb610e4b8ed674e0006da96
1 module Module1 {
2   module Sub1 {
3     umbrella "Sub1"
4     module * { export * }
5   }
7   module Sub2 {
8     umbrella "Sub2"
9     module * { export * }
10   }
13 module Module2 {
14   umbrella "Module2"
15   module * { export * }
18 module Other {
19   textual header "function.h"
20   textual header "class.h"