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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from [email protected] ---
Have also hit this...
void main(string[] args)
{
    test(a());
}

bool a()
{
    return true;
}

void test(lazy bool[] c...)
{
}

--

Reply via email to