Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / deferred-lookup / module.modulemap
blob61578a1865aa520c006d15cf7c174092b914dec7
1 module a { header "a.h" export * }
2 module b { header "b.h" export * }