llvm-for-llvmta/tools/clang/test/Modules/Inputs/pch-with-module-name/module.modulemap

10 lines
93 B
Plaintext

module CloudKit {
header "C.h"
export *
}
module Contacts {
header "D.h"
export *
}