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