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