# New Ticket Created by  Aleks-Daniel Jakimenko-Aleksejev 
# Please include the string:  [perl #131966]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=131966 >


Code:
my int @x[-2**63];
say +@x

Result:
-9223372036854775808


See RT #126800 for exactly the same issue with non-native arrays: 
https://rt.perl.org/Ticket/Display.html?id=126800

Reply via email to