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