xref: /aosp_15_r20/external/clang/test/Modules/Inputs/template-specialization-visibility/module.map (revision 67e74705e28f6214e480b399dd47ea732279e315)
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