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