# New Ticket Created by Elizabeth Mattijsen
# Please include the string: [perl #124083]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=124083 >
[13:04:39] <lizmat> m: my num32 @arr = 1.1e0,1.2e0,1.3e0; my num32 $s =
0e0; for @arr { $s += $_ }; say $s # jnthn, seems num32 is busted for meta ops
[13:04:40] <+camelia> rakudo-moar 748e69: OUTPUT«-8589934592»
[13:05:20] <lizmat> m: my num32 @arr = 1.1e0,1.2e0,1.3e0; my num32 $s; for
@arr { $s += $_ }; say $s # jnthn: worse if $s not initialized
[13:05:21] <+camelia> rakudo-moar 748e69: OUTPUT«0»