blob: b4417247b5148090ebedc3c5bd85365c73144042 [file] [log] [blame]
// { dg-additional-options "-fmodules" }
import M;
struct S::X {}; // { dg-error "in global module conflicts with import" }
struct S::X {}; // { dg-error "in global module conflicts with import" }
// { dg-regexp {[^\n]*class-13_a.C:6:10: note: import declared attached to module 'M'\n} }