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