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