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