summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/pp-trace/Inputs/module.map
blob: 31f33c5bb149025efd159c77b9fb3686e29f5c1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// module.map

module Level1A {
  header "Level1A.h"
  export *
}
module Level1B {
  header "Level1B.h"
  export *
  module Level2B {
    header "Level2B.h"
    export *
  }
}
module Level2A {
  header "Level2A.h"
  export *
}
OpenPOWER on IntegriCloud