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

3 lines
122 B
Plaintext
Raw Permalink 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 * } }