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

--- Comment #1 from m...@ernestocastellotti.it ---
The absurd thing is that instead this code compiles and works correctly:

import core.stdc.stdlib;

void main() {
    auto foo = (false != true) && true || abort();
}


This looks just like a bad bug in the backend depending on what the code from
the frontend

--

Reply via email to