blob: cea17d7a2e0a3563c445b2e1f543aa47690aed17 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
export module Bob; // { dg-message "declared here" }
// No need to dg-module-cmi
import Kevin;
// { dg-error "failed to read" "" { target *-*-* } 0 }
// { dg-error "cannot import module" "" { target *-*-* } 0 }
// { dg-prune-output "fatal error:" }
// { dg-prune-output "compilation terminated" }