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