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


Expected proper char count or an exception:

16:29   IOninja m: (("a" x 1000000) x 1073741824).chars.say
16:29   camelia rakudo-moar 9cec31: OUTPUT: «0␤»

16:31   IOninja m: (('a' x 1000000) x 1000000).chars.say
16:31   camelia rakudo-moar 22f43d: OUTPUT: «3567587328␤»

Reply via email to