blob: 3f95aea36705f1448361a166f1a8ebb47f1e754c [file] [log] [blame]
// { dg-additional-options "-fmodules-ts -fmodule-mapper=[srcdir]/map-2.map" }
// Ick! no cross-host testing for you!
// { dg-additional-files map-2.map }
export module foo;
// { dg-error "interface: no such module" "" { target *-*-* } .-1 }
// { dg-error "failed reading mapper" "" { target *-*-* } 0 }
// { dg-prune-output "compilation terminated" }