[Issue 7072] [2.057 Beta] Assertion failure: '0' on line 145 in file 'mtype.c'
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Dec 6 17:33:25 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=7072
--- Comment #2 from David Simcha <dsimcha at 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: -------
More information about the Digitalmars-d-bugs
mailing list