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