Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gdc.dg/gdc204.d

13 lines
151 B
D

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