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