(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
map-2.C
// { 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 "not writing module" }