no message

This commit is contained in:
florian 2002-10-07 19:56:42 +00:00
parent 955ca62d6a
commit f48ac9e324

14
tests/tbs/tb0411.pp Normal file
View File

@ -0,0 +1,14 @@
{ %version=1.1}
type
ta = array of longint;
function f : ta;
begin
setlength(result,10);
end;
begin
f[1]:=1;
end.