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