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