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