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