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