* compiles with 1.1

This commit is contained in:
Jonas Maebe 2000-12-11 18:10:13 +00:00
parent c044b35eb0
commit 11ab2b888a

View File

@ -15,7 +15,7 @@ begin
writeln('caught 1!');
inc(n);
end;
longint(c) := $ffffffff;
c := cardinal($ffffffff);
try
l := c;
except