mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 17:09:09 +02:00
* compiles with 1.1
This commit is contained in:
parent
c044b35eb0
commit
11ab2b888a
@ -15,7 +15,7 @@ begin
|
|||||||
writeln('caught 1!');
|
writeln('caught 1!');
|
||||||
inc(n);
|
inc(n);
|
||||||
end;
|
end;
|
||||||
longint(c) := $ffffffff;
|
c := cardinal($ffffffff);
|
||||||
try
|
try
|
||||||
l := c;
|
l := c;
|
||||||
except
|
except
|
||||||
|
Loading…
Reference in New Issue
Block a user