The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

#include "fn.h"
#include <cstdio>
namespace panda { namespace backtrace {
int fn03() {
return fn02() + 77;
}
}}