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