Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ main
Function
main
test/core/test_exceptions_allowed_2.cpp:28–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
int main() {
27
#else
28
int main(int argc, char* argv[]) {
29
#endif
30
try {
31
nocatch();
32
}
33
catch (...) {
34
printf(
"SUCCESS\n"
);
35
}
36
return 0;
37
}
38
Callers
nothing calls this directly
Calls
2
nocatch
Function · 0.85
printf
Function · 0.85
Tested by
no test coverage detected