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