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