xref: /llvm-project/clang/test/Modules/Inputs/ModuleDiags/module.modulemap (revision a171d248ca34b8b6f8de11d42a83ad981285963a)
1module HasWarnings {
2  header "has_warnings.h"
3}
4
5module HasErrors {
6  header "has_errors.h"
7}
8