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

4 lines
105 B
Plaintext

module a { header "a.h" export * }
module b { header "b.h" export * }
module c { header "c.h" export * }