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