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