http://bugzilla.gdcproject.org/show_bug.cgi?id=252 --- Comment #1 from Richard Delorme <abulmo at gmail.com> --- I do not see the attached file. Here it is: class C { struct S { int i; ubyte u; } S s; } void main(string[] arg) { C c = new C; } -- You are receiving this mail because: You are watching all bug changes.