xref
: /
llvm-project-15.0.7
/
clang
/
test
/
Modules
/
Inputs
/
objc-initializer
/
module.modulemap
(revision ec62bf2f)
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