How should the compiler treat this code? int j; for({j=2; int d = 3; } j+d<7; {j++; d++;}) { } A discussion regarding this code can be found at: http://forum.dlang.org/post/nud21i$o29$1@digitalmars.com
*** This issue has been marked as a duplicate of issue 16672 ***