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