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