mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-18 19:13:04 +02:00
10 lines
91 B
ObjectPascal
10 lines
91 B
ObjectPascal
{$mode delphi}
|
|
|
|
function T: Integer;
|
|
begin
|
|
for Result:=0 to 10 do ;
|
|
end;
|
|
|
|
begin
|
|
T;
|
|
end. |