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