Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / PR25501 / module.modulemap
blobc6c8d5ca40f398bda0549000037100459f68e41b
1 module "a0" { header "a0.h" export * }
2 module "a1" { header "a1.h" export * }
3 module "a2" { header "a2.h" export * }
4 module "b" { header "b.h" export * }