xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
relative-import-path
/
module.modulemap
(revision 0a2be46cfdb698fefcc860a56b47dde0884d5335)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module A { header "
A.h
" }
2
module B { header "
B.h
" }
3
module C { header "
C.h
" }
4