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