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

--- Comment #1 from [email protected] ---
Not sure if related, but this also fails to compile:

int main(){
    int x = 0;
    return (int)(x);
}

--

Reply via email to