# New Ticket Created by David Warring # Please include the string: [perl #123686] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=123686 >
Consider:
my $x;
multi sub foo($n where True) { temp $x; }
foo($_) for 1 ... 1000; # crashing here on MoarVM
say 'ok';
This runs to completion on JVM and Parrot, but crashes on MoarVM
2015.01-30-gd671638. Typically at around 100 iterations.
[Golfed from flapping CSS::Writer tests]
