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