xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
PR28812
/
module.modulemap
(revision e53a4b7402ed311d06e25adfce44b6d12b7c89b1)
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