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