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