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