MCPcopy Create free account
hub / github.com/boostorg/stacktrace / main

Function main

example/debug_function.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28int main() {
29 ::signal(SIGSEGV, &my_signal_handler);
30 print_signal_handler_and_exit();
31}
32
33

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected