mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 16:47:53 +02:00
16 lines
138 B
ObjectPascal
16 lines
138 B
ObjectPascal
{ %NORUN }
|
|
|
|
program tw39677;
|
|
|
|
{$mode Delphi}
|
|
|
|
uses uw39677b, uw39677a;
|
|
|
|
var
|
|
S: Rawbytestring;
|
|
I: Integer;
|
|
begin
|
|
I := Test(S);
|
|
end.
|
|
|