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