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