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