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); } --
d-bugmail--- via Digitalmars-d-bugs Tue, 10 Aug 2021 00:07:23 -0700
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); } --