OpenGrok
Cross Reference: module.modulemap
xref
: /
external
/
clang
/
test
/
Modules
/
Inputs
/
macro-masking
/
module.modulemap
Home
|
History
|
Annotate
|
Download
|
only in
macro-masking
1
module X {
2
module A { header "
a.h
" export * }
3
module B { header "
b.h
" export * }
4
}
5