(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.dg/
gdc204.d
// https://bugzilla.gdcproject.org/show_bug.cgi?id=204
// { dg-do compile }

interface I204
{
      void f();
}

class C204 : I204
{
      void f();
}