Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
clang
/
test
/
Modules
/
Inputs
/
pch-with-module-name
/
module.modulemap
blob: 379b0d48d5899b1b99034dcb598f7c1011b9e138 [
file
] [
log
] [
blame
]
Manman Ren
ffd3e9d
2017-01-09 19:20:18 +0000
[
diff
] [
blame
]
1
module
CloudKit
{
2
header
"C.h"
3
export
*
4
}
5
6
module
Contacts
{
7
header
"D.h"
8
export
*
9
}