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