Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ main
Function
main
test/core/test_exceptions_longjmp3.cpp:19–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
int main() {
20
try {
21
test();
22
} catch (int n) {
23
printf(
"caught: %d\n"
, n);
24
}
25
return 0;
26
}
Callers
nothing calls this directly
Calls
2
printf
Function · 0.85
test
Function · 0.70
Tested by
no test coverage detected