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