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