mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 23:48:15 +02:00
12 lines
200 B
ObjectPascal
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.
|