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