summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/merge-template-pattern-visibility/module.modulemap
blob: e00d1b9551ee93a768fced6b6f2ec7762fe971c9 (plain)
1
2
3
4
5
6
7
8
module X {
  module A { header "a.h" }
  module B { header "b.h" }
}
module Y {
  module C { header "c.h" }
  module D { header "d.h" }
}
OpenPOWER on IntegriCloud