Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / PR31469 / module.modulemap
blobbada81d04ee3002edc433db1b492313d23d9165f
1 module M {
2   module "textual_shadow" { header "textual_file_shadow.h" export *}
3   module "trigger" { header "empty.h" export * }
4   export *