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