xref: /aosp_15_r20/external/clang/test/Modules/Inputs/malformed/module.map (revision 67e74705e28f6214e480b399dd47ea732279e315)
1module malformed_a {
2  module a1 { header "a1.h" }
3  module a2 { header "a2.h" }
4}
5module malformed_b {
6  module b1 { header "b1.h" }
7  module b2 { header "b2.h" }
8}
9module c { header "c.h" }
10