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