(module borrow_value_reject (fn ignore (doc "MUST FAIL post-cutover: borrow over a value type is meaningless.") (type (fn-type (params (borrow (con Int))) (ret (own (con Int))))) (params n) (body 0)))