mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 14:10:23 +02:00
* power returns int64
This commit is contained in:
parent
dd08014a49
commit
ebe5373116
@ -1,4 +1,3 @@
|
||||
{ %RESULT=207 }
|
||||
Begin
|
||||
WriteLn(power(2,31));
|
||||
end.
|
||||
|
4
tests/webtbs/tw1792a.pp
Normal file
4
tests/webtbs/tw1792a.pp
Normal file
@ -0,0 +1,4 @@
|
||||
{ %RESULT=207 }
|
||||
Begin
|
||||
WriteLn(power(2,63));
|
||||
end.
|
Loading…
Reference in New Issue
Block a user