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