Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / merge-lifetime-extended-temporary / module.modulemap
blob1339d627a44afa103f1de84a6d4fe32701b7c6bf
1 module "a" {
2   export *
3   header "a.h"
6 module "b" {
7   export *
8   header "b.h"
11 module "c" {
12   export *
13   header "c.h"