xref
: /
minix3
/
external
/
bsd
/
llvm
/
dist
/
clang
/
test
/
Modules
/
Inputs
/
explicit-build
/
module.modulemap
(revision 00b67f09dd46474d133c95011a48590a8e8f94c7)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module a { header "
a.h
" }
2
module b { header "
b.h
" export * }
3
module c { header "
c.h
" export * }
4