From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910 #include "fn.h"#include <panda/exception.h>namespace panda { namespace backtrace {volatile int fn_val = 0;int fn01() { throw exception("...");}}}
#include "fn.h"
#include <panda/exception.h>
namespace
panda {
backtrace {
volatile
int
fn_val = 0;
fn01() {
throw
exception(
"..."
);
}
}}