xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/template-specialization-visibility/module.map (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambucmodule tsv {
2*0a6a1f1dSLionel Sambuc  module a { header "a.h" }
3*0a6a1f1dSLionel Sambuc  module b { header "b.h" }
4*0a6a1f1dSLionel Sambuc  module c { header "c.h" }
5*0a6a1f1dSLionel Sambuc  module d { header "d.h" }
6*0a6a1f1dSLionel Sambuc  module e { header "e.h" }
7*0a6a1f1dSLionel Sambuc}
8