The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Test::LocalFunctions::Fail3;
use strict;
use warnings;
use utf8;

sub _foo {
}

sub main {
    my $bar = "_foo()";
}

1;