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