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