//ww:run package main; export fn main() i32 = { let a: i32 = 1; let b: i32 = 2; if (a < b) { return 0; }; return 0; };