fpc/tests/webtbs/tw3764.pp
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00

12 lines
200 B
ObjectPascal

{ Source provided for Free Pascal Bug Report 3764 }
{ Submitted by "carl" on 2005-03-09 }
{ e-mail: cecodere@yahoo.ca }
begin
repeat
break;
until (true);
while false do
continue;
end.