xref: /llvm-project/clang/test/Modules/Inputs/warning-mismatch/module.modulemap (revision 030d7d6daa1e93685660c6c03667126e72518101)
1module System [system] {
2  header "System.h"
3}
4
5module Mismatch {
6  header "Mismatch.h"
7}
8