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