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

Nick Treleaven <[email protected]> changed:

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

--- Comment #1 from Nick Treleaven <[email protected]> ---
This code:

    auto e = noreturn + 1;

Gets lowered to:

        int e = 1;

Also, `cast(int) E.illegal` is 0.

--

Reply via email to