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