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