We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fn void int_min() { io::printn(int.min); // Prints -2147483648 io::printn((float)int.min); // Prints positive 2147483648.0 assert(int.min == -2147483648); // Assert violation assert((float)int.min == -2147483648.0f); // Assert violation }
The text was updated successfully, but these errors were encountered:
Fix of int.min incorrect behaviour #1154.
int.min
4ba033f
Fixed, thank you!
Sorry, something went wrong.
ef43840
Thanks.
lerno
No branches or pull requests
The text was updated successfully, but these errors were encountered: