Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / template-specialization-visibility / module.map
blobf0e2a0ef90223e11924ec61bfa318eb256a27ff6
1 module tsv {
2   module a { header "a.h" }
3   module b { header "b.h" }
4   module c { header "c.h" }
5   module d { header "d.h" }
6   module e { header "e.h" }