MCPcopy 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

26int main() {
27#else
28int 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

nocatchFunction · 0.85
printfFunction · 0.85

Tested by

no test coverage detected