aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/template-specialization-visibility/module.map
blob: f0e2a0ef90223e11924ec61bfa318eb256a27ff6 (plain) (blame)
1
2
3
4
5
6
7
module tsv {
  module a { header "a.h" }
  module b { header "b.h" }
  module c { header "c.h" }
  module d { header "d.h" }
  module e { header "e.h" }
}