llvm-for-llvmta/tools/clang/test/Modules/Inputs/relative-import-path/module.modulemap

4 lines
78 B
Plaintext

module A { header "A.h" }
module B { header "B.h" }
module C { header "C.h" }