xref
: /
external
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
PR28812
/
module.modulemap
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module "A" {
2
header "
a.h
"
3
}
4
module "B" {
5
header "
b.h
"
6
}
7