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