bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/merge-var-template-def/module.modulemap

6 lines
126 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
module a { header "a.h" export * }
module b {
module b1 { header "b1.h" export * }
module b2 { header "b2.h" export * }
}