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