mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:29:16 +02:00
*** empty log message ***
This commit is contained in:
parent
fa27bba8c2
commit
02b2929c94
@ -1,3 +1,5 @@
|
|||||||
|
{ %version=1.1}
|
||||||
|
|
||||||
{ Source provided for Free Pascal Bug Report 2128 }
|
{ Source provided for Free Pascal Bug Report 2128 }
|
||||||
{ Submitted by "Bill Rayer" on 2002-09-18 }
|
{ Submitted by "Bill Rayer" on 2002-09-18 }
|
||||||
{ e-mail: lingolanguage@hotmail.com }
|
{ e-mail: lingolanguage@hotmail.com }
|
||||||
@ -9,4 +11,6 @@ var
|
|||||||
c : comp;
|
c : comp;
|
||||||
begin
|
begin
|
||||||
c := -9223372036854775809;
|
c := -9223372036854775809;
|
||||||
|
if c<>-9223372036854775809 then
|
||||||
|
halt(1);
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user