xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
subdirectory-module-maps-working-dir
/
subdir_module
/
module.modulemap
(revision a171d248ca34b8b6f8de11d42a83ad981285963a)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module ModuleInSubdir {
2
header "
h1.h
"
3
export *
4
}
5
6