You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
192 B

module malformed_a {
module a1 { header "a1.h" }
module a2 { header "a2.h" }
}
module malformed_b {
module b1 { header "b1.h" }
module b2 { header "b2.h" }
}
module c { header "c.h" }