Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / malformed / module.map
blob3f088d1431d9020fb07b79b5cf189cd74eb03c8c
1 module malformed_a {
2   module a1 { header "a1.h" }
3   module a2 { header "a2.h" }
5 module malformed_b {
6   module b1 { header "b1.h" }
7   module b2 { header "b2.h" }
9 module c { header "c.h" }