mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 16:47:53 +02:00
10 lines
123 B
ObjectPascal
10 lines
123 B
ObjectPascal
{$mode objfpc}
|
|
|
|
procedure xx(var s:shortstring);
|
|
var dirbuf:array[0..1321] of widechar;
|
|
begin
|
|
s:=dirbuf;
|
|
end;
|
|
begin
|
|
end.
|