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