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