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