ref: cc5869fb55f5cde49859f484efc158083ff75251 dir: /test/union.myr/
type u = union `Some int `None ;; const main = { var v : u v = `None }