xref
: /
llvm-project
/
clang
/
test
/
CodeCompletion
/
Inputs
/
ModuleA
/
module.modulemap
(revision 537c5b5b62c42528fc90914ce6abe7002c3fb4c4)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module ModuleA {
2
header "
moduleA.h
"
3
export *
4
}
5