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