xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
PR24954
/
module.modulemap
(revision 632eac34281c922bb52d30762bdc7115aa925698)
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