https://issues.dlang.org/show_bug.cgi?id=14758
--- Comment #15 from Mike <[email protected]> --- Just tested this with LDC 1.0.0 (frontend 2.070.2), and the dead code is still in the binary. The DMD generated binary looks good, but the LDC binary is still bloated with dead code. I'm assuming the change made by Walter in Comment 9 only affected the DMD backend. It appears GDC is still on 2.067, so I haven't tested there, but given my results with LDC 1.0.0, I don't expect GDC to be any better. --
