Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/R-Fuzz/symsan
/ thrower
Function
thrower
tests/cpp_eh.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
#include
"lib.h"
34
35
int __attribute__((noinline)) thrower(int32_t y) {
36
throw y;
37
return 0;
38
}
39
40
int main(int argc, char** argv) {
41
if (argc < 2) {
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected