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