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