xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
pch-with-module-name
/
module.modulemap
(revision ffd3e9d7667cc15411fbc2374cd41c8c5813b033)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module CloudKit {
2
header "
C.h
"
3
export *
4
}
5
6
module Contacts {
7
header "
D.h
"
8
export *
9
}
10