fpc/bugs/bug0162.pp
1998-09-18 17:19:28 +00:00

11 lines
88 B
ObjectPascal

var
i : longint;
begin
i:=1;
repeat
continue;
until i=1;
end.