Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gdc.dg / gdc254.d
blobc0f6e560f50ec1c54c1a8ec0f75503eed458d788
1 // https://bugzilla.gdcproject.org/show_bug.cgi?id=254
2 // { dg-options "-I $srcdir/gdc.dg" }
3 // { dg-shouldfail "interface function is not implemented" }
4 // { dg-do compile }
6 import imports.gdc254a;
8 interface A254
10 void F();
13 class C254 : B254, A254 // { dg-error "interface function '\[^\n\r]*' is not implemented" }