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