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