Clang Project

clang_source_code/test/Modules/Inputs/merge-using-decls/module.modulemap
1module A { header "a.h" }
2module B { header "b.h" }
3