summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/string_names/module.map
blob: 4e70eda39924026de56a3c6bec88ab31bd977110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module "my/module-a" {
  header "a.h"
  use "my/module-c"

  module "Sub" {
    header "sub.h"
  }
}

module "my/module-b" {
  header "b.h"
}

module "my/module-c" {
  header "c.h"
}
OpenPOWER on IntegriCloud