(module embed_export_adt_ret_rejected (data Pair (ctor Pair (con Int) (con Int))) (fn f (export "f") (type (fn-type (params (con Int)) (ret (con Pair)))) (params n) (body (app Pair n n))))