xref: /llvm-project/clang/test/Modules/Inputs/merge-using-decls/module.modulemap (revision 32952e1e42ce69c232b37b26173ef301a2318f38)
1module A { header "a.h" }
2module B { header "b.h" }
3