// https://bugzilla.gdcproject.org/show_bug.cgi?id=204
// { dg-do compile }
interface I204
{
      void f();
}
class C204 : I204
{
      void f();
}
// https://bugzilla.gdcproject.org/show_bug.cgi?id=204
// { dg-do compile }
interface I204
{
      void f();
}
class C204 : I204
{
      void f();
}