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