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