mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 17:10:28 +02:00
no message
This commit is contained in:
parent
955ca62d6a
commit
f48ac9e324
14
tests/tbs/tb0411.pp
Normal file
14
tests/tbs/tb0411.pp
Normal 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.
|
||||
|
Loading…
Reference in New Issue
Block a user