blob: b6f6b7ddd320403355d0a11a1ce094ab42a83531 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
module;
import Kevin;
export module Bob; // { dg-error "module already imported" }
// { dg-message "imported here" "Kevin.nms:" { target *-*-* } 0 }