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