xref
: /
llvm-project-15.0.7
/
clang
/
test
/
Modules
/
Inputs
/
normal-module-map
/
module.map
(revision af28ec80)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module libA {
2
header "
a1.h
"
3
header "
a2.h
"
4
}
5
6
module libB {
7
header "
b1.h
"
8
}
9