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