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