xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
module-impl-with-link
/
module.modulemap
(revision 9803ee8e9a3af45cdb62e5359929ff608d6dae7d)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module Clib {
2
header "
foo.h
"
3
link "Clib"
4
}
5