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

5 lines
126 B
Text

module a { header "a.h" export * }
module b {
module b1 { header "b1.h" export * }
module b2 { header "b2.h" export * }
}