https://issues.dlang.org/show_bug.cgi?id=24754
Dennis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Dennis <[email protected]> --- Reduces to: ```D void main() @safe { foreach(ref e; new int[1]) int* f = &e; } ``` --
