let type rec = {int, int} type arrrec = array of rec var arr:arrrec:= new arrrec[10] of new rec{1, 1} in arr[0].0 end