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