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