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