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