Clang Project

clang_source_code/test/Modules/Inputs/template-specialization-visibility/module.map
1module tsv {
2  module a { header "a.h" }
3  module b { header "b.h" }
4  module c { header "c.h" }
5  module d { header "d.h" }
6  module e { header "e.h" }
7}
8