https://issues.dlang.org/show_bug.cgi?id=19691

--- Comment #2 from Basile-z <[email protected]> ---
reduced : 

module b19691;

struct S1
{
    this(T)(T)
    {
        S2("");
    }
}

struct S2
{
    this(S1 s = ""){}
}

--

Reply via email to