OpenGrok
Cross Reference: module.map
xref
: /
external
/
clang
/
test
/
Modules
/
Inputs
/
Modified
/
module.map
Home
|
History
|
Annotate
|
Download
|
only in
Modified
1
module ModA { header "
A.h
" }
2
module ModB {
3
header "
B.h
"
4
export *
5
}
6