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