fpc/tests/tbs0162.pp
1998-12-02 13:05:01 +00:00

11 lines
88 B
ObjectPascal

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