http://d.puremagic.com/issues/show_bug.cgi?id=9781



--- Comment #2 from Martin Nowak <[email protected]> 2013-04-08 17:23:43 PDT ---
cat > bug.d << CODE
int foo9781(int[1] x)
{
    return x[0] * x[0];
}

void test9781()
{
    foo9781([7]);
}
CODE

dmd -c -inline bug.d

Happens with v2.062 too.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to