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