xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
macro-masking
/
module.modulemap
(revision 38477db8c4a0bfddb7c749de2de50ccd47d4ef54)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module X {
2
module A { header "
a.h
" export * }
3
module B { header "
b.h
" export * }
4
}
5