mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-28 15:43:41 +02:00
9 lines
394 B
ObjectPascal
9 lines
394 B
ObjectPascal
{ %FAIL }
|
|
|
|
var
|
|
i : integer;
|
|
begin
|
|
{ String constants can't exceed 255 chars }
|
|
i:=length('12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890');
|
|
end.
|