Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bombela/backward-cpp
/ TEST_ABORT
Function
TEST_ABORT
test/suicide.cpp:58–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
TEST_ABORT(calling_abort) { abort_abort_I_repeat_abort_abort(); }
59
60
// aarch64 and mips does not trap Division by zero
61
#if !defined(__aarch64__) || !defined(__mips__)
Callers
nothing calls this directly
Calls
1
abort_abort_I_repeat_abort_abort
Function · 0.85
Tested by
no test coverage detected