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