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