Clang Project

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