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

4 lines
108 B
Plaintext
Raw Normal View History

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