(module lt_at_int_smoke (fn main (type (fn-type (params) (ret (own (con Unit))) (effects IO))) (params) (body (app print (if (app lt 3 5) 1 0)))))