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