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