The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
12345678 #include "fn.h"#include <cstdio>namespace panda { namespace backtrace {int fn03() { return fn02() + 77;}}}
#include "fn.h"
#include <cstdio>
namespace
panda {
backtrace {
int
fn03() {
return
fn02() + 77;
}
}}