xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
objc-initializer
/
module.modulemap
(revision 3b5dbf23a4025fc2c66fcb9dc662b148fa56a12e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module X {
2
module T {
3
header "
X.h
"
4
export *
5
}
6
export *
7
}
8