use Contextual::Return;

sub foo {
    return FAIL { 'failed' };
}


print 1+foo;