mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-04 18:50:43 +01: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.
|