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