mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-10 06:27:21 +01: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. |