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

Nick Treleaven <n...@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |n...@geany.org

--- Comment #1 from Nick Treleaven <n...@geany.org> ---
This code:

    auto e = noreturn + 1;

Gets lowered to:

        int e = 1;

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

--

Reply via email to