MCPcopy Create free account
hub / github.com/bombela/backward-cpp / badass_function

Function badass_function

test/select_signals.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30using namespace backward;
31
32void badass_function() {
33 char *ptr = (char *)42;
34 *ptr = 42;
35}
36
37TEST_SEGFAULT(pprint_sigsev) {
38 std::vector<int> signals;

Callers 1

TEST_SEGFAULTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected