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