xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/merge-using-decls/module.modulemap (revision 83ee113ee0d94f3844d44065af2311604e9a30ad)
1module A { header "a.h" }
2module B { header "b.h" }
3