mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 12:38:29 +02:00
8 lines
71 B
ObjectPascal
8 lines
71 B
ObjectPascal
{ %fail }
|
|
|
|
var
|
|
s: widestring;
|
|
begin
|
|
writeln(high(ansistring));
|
|
end.
|