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