# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #63816]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63816 >
<masak> rakudo: say ("hello" but False).ucfirst
<masak> my line of code seems to hang Rakudo.
<p6eval> rakudo 087e29: No output (you need to produce output to STDOUT)
* masak submits rakudobug
Same with ("" but True).lcfirst -- or more generally, any combination
of string, truth value and ucfirst/lcfirst/uc/lc.