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