summaryrefslogtreecommitdiff
path: root/tests/webtbs/tw0815.pp
blob: a9807150f1fb82e8e87b316bfe6ca8ea19c33013 (plain)
1
2
3
4
5
6
7
8
9
10
{$mode delphi}

function T: Integer;
begin
  for Result:=0 to 10 do ;
end;

begin
  T;
end.