Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / merge-decl-context / merge-decl-context.modulemap
blob46f69548bc6782566cad8b7035859a858d516b8d
1 module "a" {
2   textual header "a.h"
5 module "b" {
6   export *
7   header "b.h"
10 module "c" {
11   export *
12   header "c.h"
15 module "d" {
16   export *
17   header "d.h"