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