xref: /llvm-project/clang/test/Modules/Inputs/malformed/module.modulemap (revision a171d248ca34b8b6f8de11d42a83ad981285963a)
1*a171d248SMichael Spencermodule malformed_a {
2*a171d248SMichael Spencer  module a1 { header "a1.h" }
3*a171d248SMichael Spencer  module a2 { header "a2.h" }
4*a171d248SMichael Spencer}
5*a171d248SMichael Spencermodule malformed_b {
6*a171d248SMichael Spencer  module b1 { header "b1.h" }
7*a171d248SMichael Spencer  module b2 { header "b2.h" }
8*a171d248SMichael Spencer}
9*a171d248SMichael Spencermodule c { header "c.h" }
10