xref: /llvm-project/clang/test/Modules/Inputs/Rmodule-import/module.modulemap (revision 9dda8f540c8e60b2fec9a23b6885cd4c12750da0)
1*9dda8f54SDuncan P. N. Exon Smithmodule A { header "A.h" }
2*9dda8f54SDuncan P. N. Exon Smithmodule B { header "B.h" }
3*9dda8f54SDuncan P. N. Exon Smithmodule C { header "C.h" }
4*9dda8f54SDuncan P. N. Exon Smithmodule D { header "D.h" }
5