let type t={int,int} var x:=new t{11,22} in (x.0:=33;x.0) end