Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / macro-masking / module.modulemap
blob63e1014dda806f655207e02de244642af3089a49
1 module X {
2   module A { header "a.h" export * }
3   module B { header "b.h" export * }