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