summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/odr_hash-Unresolved/module.modulemap
blob: ac7fc43cae638bbc4bb610e4b8ed674e0006da96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module Module1 {
  module Sub1 {
    umbrella "Sub1"
    module * { export * }
  }

  module Sub2 {
    umbrella "Sub2"
    module * { export * }
  }
}

module Module2 {
  umbrella "Module2"
  module * { export * }
}

module Other {
  textual header "function.h"
  textual header "class.h"
}
OpenPOWER on IntegriCloud