(module embed_export_io_rejected (fn f (export "f") (type (fn-type (params (own (con Int))) (ret (own (con Int))) (effects IO))) (params n) (body (seq (do io/print_str "x") n))))