From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#include "fn.h"
#include <panda/exception.h>
namespace panda { namespace backtrace {
volatile int fn_val = 0;
int fn01() {
throw exception("...");
}
}}