git-svn-id: trunk@39351 -
@@ -5,7 +5,7 @@ procedure p;
var
a : array of longint;
begin
- setlength(p,100);
+ setlength(a,100);
end;