Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gdc.dg / gdc204.d
blob5c7554f64097e9c709a0c2046cd75eb490efc2ed
1 // https://bugzilla.gdcproject.org/show_bug.cgi?id=204
2 // { dg-do compile }
4 interface I204
6 void f();
9 class C204 : I204
11 void f();