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