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