We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following test case fails:
fn main() -> () { let int a = 10; log a; // If this line is commented out, the test passes. check (a * (a - 1) == 90); }