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