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