xref
: /
llvm-project-15.0.7
/
clang
/
test
/
Modules
/
Inputs
/
set-pure-crash
/
module.modulemap
(revision ab67fd39)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module a {
2
header "
a.h
"
3
}
4
5
module b {
6
header "
b.h
"
7
}
8
9
module c {
10
header "
c.h
"
11
}
12