(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
mod-stamp-1_d.C
// { dg-additional-options "-fmodules-ts" }

import Bar;
// { dg-error "CRC mismatch" "" { target *-*-* } 0 }
// { dg-regexp "Foo: error: failed to read compiled module: Bad file data\n" }
// { dg-regexp "Bar: error: failed to read compiled module: Bad import dependency\n" }
// { dg-prune-output "fatal error:" }
// { dg-prune-output "compilation terminated" }

int bill ();