mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 21:59:47 +02:00
* moved to webtbf
This commit is contained in:
parent
3c5d1bfa90
commit
9aef98c1b9
@ -1,18 +0,0 @@
|
||||
{ Source provided for Free Pascal Bug Report 3644 }
|
||||
{ Submitted by "Nicola Lugato" on 2005-02-10 }
|
||||
{ e-mail: }
|
||||
|
||||
{$mode delphi}
|
||||
|
||||
procedure callme(y:array of const);
|
||||
begin
|
||||
end;
|
||||
|
||||
procedure callme2(x:array of const);
|
||||
begin
|
||||
callme([x]);
|
||||
end;
|
||||
|
||||
begin
|
||||
callme([1,2,'ciao']);
|
||||
end.
|
Loading…
Reference in New Issue
Block a user