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



--- Comment #2 from David Simcha <dsim...@yahoo.com> 2011-12-06 17:33:24 PST ---
Unbelievably simple test case after about 1.5 hours of recursively reducing
SciD code:

struct S
{
    this(A)(A args) { }
}

void main() {
   auto s = S( null );
}

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

Reply via email to