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