https://issues.dlang.org/show_bug.cgi?id=18315
Steven Schveighoffer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|wrong code for `int.min > |wrong code for `i > 0` |0` | --- Comment #6 from Steven Schveighoffer <[email protected]> --- Martin, the wrong code is for i > 0, not int.min > 0. int.min > 0 is folded to false: https://run.dlang.io/is/dvHi9a --
