aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/template-default-args/module.modulemap
blob: 21bf40c3bccaf3c53d833ed74212757d52aea356 (plain) (blame)
1
2
3
4
5
6
7
8
module X {
  module A { header "a.h" }
  module B { header "b.h" }
  module C { header "c.h" }
}
module Y {
  module D { header "d.h" }
}