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