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