llvm/clang/test/Modules/Inputs/ModuleDiags/module.modulemap

module HasWarnings {
  header "has_warnings.h"
}

module HasErrors {
  header "has_errors.h"
}