import std.stdio; struct X { int a; } struct Y { string b; } void main() { Y v = X(10000); writeln(v.b); } // DANGER!! crash on running!!
*** This issue has been marked as a duplicate of issue 2469 ***
Oh, sorry! I forgot the first commit. This is the second commit about the same issue.