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