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