xref: /llvm-project/clang/test/Modules/Inputs/merge-class-definition-visibility/modmap (revision 1e02a5aac82a41db5092998349f2fc4de459da19)
1module Def1 {
2  module B { header "b.h" }
3  module C { header "c.h" }
4}
5module Def2 {
6  module D { header "d.h" }
7  module E { header "e.h" }
8}
9