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