xref: /llvm-project/clang/test/Modules/Inputs/explicit-build-prefer-self/map (revision 8692a4d1995097e4e4e3949af783f0da73f117fa)
1module a { module h { header "a.h" } module x { header "x.h" } }
2module b { module h { header "b.h" } module x { header "x.h" } }
3