summaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/normal-module-map/module.map
blob: e17f44a8f4ffc6396a097b1e5fda802e10dc5ba3 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module libA {
  module a1 { header "a1.h" }
  header "a2.h"
}

module libB {
  header "b1.h"
}

module nested_umbrella {
  umbrella "nested_umbrella"
  module * { }
}