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