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