OpenGrok
Cross Reference: module.modulemap
xref
: /
external
/
clang
/
test
/
Modules
/
Inputs
/
PR26179
/
module.modulemap
Home
|
History
|
Annotate
|
Download
|
only in
PR26179
1
module A {
2
header "
A.h
"
3
export *
4
}
5
6
module B {
7
header "
B.h
"
8
export *
9
}
10