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