gcc/gcc/testsuite/gdc.dg/imports/pr106555.d

11 lines
144 B
D

module imports.pr106555;
struct S106555
{
int[] f106555;
int max106555;
this(int)
{
f106555.length = max106555;
}
}