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