xref
: /
external
/
clang
/
test
/
Modules
/
Inputs
/
PR26014
/
module.modulemap
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module A {
2
header "
A.h
"
3
export *
4
}
5
6
module B {
7
header "
B.h
"
8
export *
9
}
10