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