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