https://issues.dlang.org/show_bug.cgi?id=18439
Seb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Seb <[email protected]> --- Reduced it further: --- @nogc: void main(){ static foreach (i; 0 .. 2){} } --- --
