aboutsummaryrefslogtreecommitdiff
path: root/doc/tests/fontes/bits-timelimit.pas
blob: d0b496d4d6db9c74873c736b07d9ff5c99fe8689 (plain)
1
2
3
4
5
6
7
8
program bits;
var inst: Longint;
begin
  inst:=0;
  while true do
  begin
  end
end.