fpc/tests/webtbs/tw37062.pp
2020-05-13 20:26:04 +00:00

12 lines
162 B
ObjectPascal

program project1;
{$mode objfpc}{$H+}
Var
LOut : array of Byte;
LLength, LSSize : integer;
begin
SetLength(LOut, 1+LLength+1+4+4+2+4+4+2+LSSize+2);
end.