RISC-V: Support FP l/ll round and rint HF mode autovec
[official-gcc.git] / gcc / testsuite / gdc.dg / gdc253b.d
blob916932d0ea0125f652b49ee184434548f2b84482
1 // https://bugzilla.gdcproject.org/show_bug.cgi?id=253
2 // { dg-additional-sources "imports/gdc253b.d" }
3 // { dg-options "-I $srcdir/gdc.dg" }
4 // { dg-do compile }
6 import imports.gdc253b;
8 interface A253
10 void test253(int[int]);
13 interface C253 : A253
17 class D253 : B253, C253