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); }