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

--- Comment #6 from welkam <[email protected]> ---
This function works as expected
int foo()
{
    S test = S(2);
    return test.a;
}

--

Reply via email to