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