MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / main

Function main

test/signal/test-stacktrace.cpp:39–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37#endif
38
39int main()
40{
41#ifdef USE_UNIX_BACKTRACE_SUPPORT
42 my_func();
43
44 return 0;
45#else
46 return 1;
47#endif
48}

Callers

nothing calls this directly

Calls 1

my_funcFunction · 0.85

Tested by

no test coverage detected