xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
set-pure-crash
/
module.modulemap
(revision c6c8d4a13ebd5ce1c3c7e8632312ab8c2dc6afa0)
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