summaryrefslogtreecommitdiffstats
path: root/test/Modules/Inputs/internal-constants/module.modulemap
blob: 6d471f5fc94fac9b3203e3a4705540d43f4bae81 (plain)
1
2
3
4
5
6
module X {
  textual header "const.h"
  module A { header "a.h" export * }
  module B { header "b.h" export * }
  module C { header "c.h" export * }
}
OpenPOWER on IntegriCloud