https://issues.dlang.org/show_bug.cgi?id=19548

Nicholas Wilson <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |m

--- Comment #1 from Nicholas Wilson <[email protected]> ---
Reduced a bit further

import std.stdio, std.bitmanip;

void main() {
        final switch (0) { }
        writef("");
}

--

Reply via email to