https://issues.dlang.org/show_bug.cgi?id=15205
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] See Also| |https://issues.dlang.org/sh | |ow_bug.cgi?id=11269 --- Comment #1 from Vladimir Panteleev <[email protected]> --- Note: before https://github.com/D-Programming-Language/dmd/pull/2681 this caused a compile-time error: test.d(29): Error: duplicate union initialization for v Perhaps this should still result in an error due to incomplete implementation of unions in CTFE. --
