https://issues.dlang.org/show_bug.cgi?id=14783
Denis Shelomovskij <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Denis Shelomovskij <[email protected]> --- (In reply to Vladimir Panteleev from comment #1) > I'm not sure if this is a regression or not, but the test case runs fine > before this PR: > > https://github.com/D-Programming-Language/druntime/pull/661 > > > The code below will not compile > Will not run "runs fine"? No, it didn't. It produced an undefined result as there was no support for such case, just lack of a check. --
