Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ main
Function
main
test/core/test_exceptions_longjmp2.cpp:17–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
int main() {
18
int jmpval = setjmp(buf);
19
if (jmpval != 0) {
20
printf(
"setjmp returned for second time\n"
);
21
return 0;
22
}
23
test();
24
return 0;
25
}
Callers
nothing calls this directly
Calls
2
printf
Function · 0.85
test
Function · 0.70
Tested by
no test coverage detected