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