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