# New Ticket Created by "Flavio S. Glock" # Please include the string: [perl #40980] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40980 >
declaring a lexical twice makes an infinite loop: .sub main .lex '$a', P0 .lex '$a', P0 .end never finishes compiling in parrot-0.4.7, OSX - Flavio S. Glock