# New Ticket Created by Rob Hoelz # Please include the string: [perl #123446] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=123446 >
The following should fail to compile, even if foo is never called:
sub foo(&cb:(Str)) {
cb(1)
}
