1 2 3 4 5 6 7 8 9 10 11 12
// https://bugzilla.gdcproject.org/show_bug.cgi?id=204 // { dg-do compile } interface I204 { void f(); } class C204 : I204 { void f(); }