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