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