xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/explicit-build/module.modulemap (revision 5d5fbe79c1b60734f34c69330aec5496644e8651)
1module a { header "a.h" }
2module b { header "b.h" export * }
3module c { header "c.h" export * }
4