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