xref
: /
external
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
macro-masking
/
module.modulemap
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