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