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