mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 17:09:07 +02:00
no message
This commit is contained in:
parent
9e8353e232
commit
34627e01fb
12
tests/tbs/tb0464.pp
Normal file
12
tests/tbs/tb0464.pp
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{ %version=1.1 }
|
||||||
|
{$mode delphi}
|
||||||
|
|
||||||
|
var
|
||||||
|
a1 : Array of Byte;
|
||||||
|
|
||||||
|
begin
|
||||||
|
SetLength(a1,2);
|
||||||
|
a1[0]:=65;
|
||||||
|
a1[1]:=66;
|
||||||
|
WriteLn(AnsiString(a1));
|
||||||
|
end.
|
Loading…
Reference in New Issue
Block a user