Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / merge-var-template-def / module.modulemap
blobb2c96bd821772979559133d8a9192df7dd73776c
1 module a { header "a.h" export * }
2 module b {
3   module b1 { header "b1.h" export * }
4   module b2 { header "b2.h" export * }