# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #66252]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=66252 >
<pmichaud> rakudo: my $x = "test"; given $x { say $_; m/(e.)/; say $/ }
<p6eval> rakudo c907d3: OUTPUT«testUse of uninitialized value»
<pmichaud> bug.
* masak submits rakudobug
<masak> rakudo: $_ = 'test'; say $_; m/(e.)/; say $/
<p6eval> rakudo c907d3: OUTPUT«testUse of uninitialized value»