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