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