summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/SameHeader/module.modulemap
blob: d0283a71ac97c4419f813e5d9c644e2204d75320 (plain)
1
2
3
4
5
6
7
8
9
10
11
module X {
  module A {
    header "A.h"
    export *
  }
  module B {
    header "B.h"
    export *
  }
  export *
}
OpenPOWER on IntegriCloud