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