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