# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #68162] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=68162 >
<cognominal> ./perl6 -e 'grammar A { token a { a } }; say "a" ~~ A.a()' <cognominal> Null PMC access in get_integer() * masak submits rakudobug <masak> rakudo: grammar A { token a { a } }; A.a() <p6eval> rakudo 18598d: OUTPUT«Null PMC access in get_integer()in regex A::a [...]