mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 17:59:27 +02:00
* fixed range bug
This commit is contained in:
parent
bd69204343
commit
46a07aca08
@ -114,7 +114,7 @@ begin
|
||||
{ *********************** qword to longint ********************* }
|
||||
writeln;
|
||||
writeln('qword to longint');
|
||||
q := $ffffffffffffffff;
|
||||
q := qword($ffffffffffffffff);
|
||||
writeln(q);
|
||||
if not testlongint_qword(q,true) then
|
||||
writeln('test1 failed');
|
||||
|
Loading…
Reference in New Issue
Block a user