(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
circ-1_d.C
// { dg-additional-options "-fmodules-ts" }
module;
import Kevin;

export module Bob; // { dg-error "module already imported" }
// { dg-message "imported here" "Kevin.nms:" { target *-*-* } 0 }