//ww:run-exit 42 package main; fn main() i32 = { let x: i32 = -100i32; let y: i32 = 7i32; if (x / y == -14i32) { return 42; }; return 0; };