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