mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 06:05:57 +02:00
git-svn-id: trunk@3242 -
This commit is contained in:
parent
807fc6e948
commit
e8e0d2b6eb
@ -20,9 +20,10 @@ var
|
||||
begin
|
||||
for i:=1 to 20 do
|
||||
try
|
||||
d;
|
||||
d;
|
||||
except
|
||||
on exception do
|
||||
;
|
||||
;
|
||||
end;
|
||||
writeln('ok');
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user