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