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