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