Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / anon-redecl / module.modulemap
blob49678452e0c4e21df0cf252851a8af362090b87f
1 module a { header "a.h" }
2 module b { header "b.h" }
3 module c {
4   module c1 { header "c1.h" }
5   module c2 { header "c2.h" }