mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 22:47:38 +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. |