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

4 lines
108 B
Plaintext

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