Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
warning-mismatch
/
module.modulemap
1
module System [system] {
2
header "System.h"
3
}
4
5
module Mismatch {
6
header "Mismatch.h"
7
}
8