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