summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/merge-decl-context/merge-decl-context.modulemap
blob: 46f69548bc6782566cad8b7035859a858d516b8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module "a" {
  textual header "a.h"
}

module "b" {
  export *
  header "b.h"
}

module "c" {
  export *
  header "c.h"
}

module "d" {
  export *
  header "d.h"
}
OpenPOWER on IntegriCloud