bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/malformed/module.modulemap
2025-02-14 19:21:04 +01:00

9 lines
192 B
Text

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" }