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