xref
: /
llvm-project-15.0.7
/
clang
/
test
/
Modules
/
Inputs
/
using-decl-redecl
/
module.modulemap
(revision 746bb5e4)
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