llvm-for-llvmta/tools/clang/test/Modules/Inputs/merge-var-template-def/module.modulemap

6 lines
126 B
Plaintext
Raw Normal View History

2022-04-25 13:02:35 +02:00
module a { header "a.h" export * }
module b {
module b1 { header "b1.h" export * }
module b2 { header "b2.h" export * }
}