https://issues.dlang.org/show_bug.cgi?id=16672
--- Comment #4 from Nick Treleaven <[email protected]> --- (In reply to Nick Treleaven from comment #1) > int j; > for({j=2; int d = 3; } j+d<7; {j++; d++;}) { This will be caught by issue #23480. --
d-bugmail--- via Digitalmars-d-bugs Sun, 13 Nov 2022 03:36:19 -0800
https://issues.dlang.org/show_bug.cgi?id=16672
--- Comment #4 from Nick Treleaven <[email protected]> --- (In reply to Nick Treleaven from comment #1) > int j; > for({j=2; int d = 3; } j+d<7; {j++; d++;}) { This will be caught by issue #23480. --