xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
warning-mismatch
/
module.modulemap
(revision 030d7d6daa1e93685660c6c03667126e72518101)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module System [system] {
2
header "
System.h
"
3
}
4
5
module Mismatch {
6
header "
Mismatch.h
"
7
}
8