ref: 4d4dbbde7327d525fd7156084f09419b34dee91a dir: /test/union.myr/
type u = union `Some int `None ;; const main = { var v : u v = `None }