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