1 // https://bugzilla.gdcproject.org/show_bug.cgi?id=254
2 // { dg-options "-I $srcdir/gdc.dg" }
3 // { dg-shouldfail "interface function is not implemented" }
6 import imports
.gdc254a
;
13 class C254
: B254
, A254
// { dg-error "interface function '\[^\n\r]*' is not implemented" }