http://d.puremagic.com/issues/show_bug.cgi?id=9843
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2013-03-30 20:05:38 PDT --- A little reduced, but I don't know if the bug is the same: import std.stdio: writeln; struct Foo { int[] items; } union Bar { int nul; Foo test; } struct Spam { Bar b = {nul : 0}; } void main() { immutable Spam s; writeln(s); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
