https://issues.dlang.org/show_bug.cgi?id=15542
ag0aep6g <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID |--- --- Comment #8 from ag0aep6g <[email protected]> --- This issue was closed because the presented program was invalid at the time. It was invalid because using the value of an uninitialized variable used to trigger undefined behavior. Walter has since changed the spec, allowing such use of uninitialized variables [1]. The presented program does not trigger undefined behavior anymore, at least not in the way it did when the issue was closed. So the reason for closing is no longer true. Reopening. [1] https://github.com/dlang/dlang.org/pull/2260 --
