Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
ModuleDiags
/
module.map
1
module HasWarnings {
2
header "has_warnings.h"
3
}
4
5
module HasErrors {
6
header "has_errors.h"
7
}
8