This no longer results in a segfault:
$ perl6-p
> return
Attempt to return outside of any Routine
> last
$
$ perl6-p --version
This is perl6 version 2015.01-60-g12db81b built on parrot 7.0.1 revision
RELEASE_7_0_1
Is this closable or do we need a test for the rakudo.parrot REPL?
# New Ticket Created by Salve J Nilsen
# Please include the string: [perl #115322]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=115322 >
Hi!
While goofing around, I bumped into a segfault. Here's how to
reproduce i