# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69756] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69756 >
<masak> rakudo: multi sub f(0) {}; multi sub f($n) { say $n; callwith($n - 1) }; f(3) <p6eval> rakudo 54cfe4: OUTPUT«3Null PMC access in clone() [...] * masak submits rakudobug jnthn++ informs me that the above code is likely not what I want. Nevertheless, I expected it do produce something a bit less internal than a Null PMC access error. Seems jnthn did, too.