llvm-for-llvmta/tools/clang/test/Modules/Inputs/PR28752/Subdir1/module.modulemap

6 lines
106 B
Plaintext
Raw Normal View History

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