(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.dg/
imports/
pr106555.d
module imports.pr106555;
struct S106555
{
    int[] f106555;
    int max106555;
    this(int)
    {
        f106555.length = max106555;
    }
}