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