summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/module-map-checker/Inputs/includes-test/module.modulemap
blob: 49ad69387b2c914905887401974d41a7f9a55e4d (plain)
1
2
3
4
5
6
7
8
9
10
// module.modulemap

module Level1A {
  header "Includes1/Level1A.h"
  export *
}
module Level2A {
  header "Includes2/Level2A.h"
  export *
}
OpenPOWER on IntegriCloud