MCPcopy 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
19int 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

printfFunction · 0.85
testFunction · 0.70

Tested by

no test coverage detected