MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / main

Function main

test/core/test_exceptions_multi.cpp:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48int main(int argc, char* argv[]) {
49 jmp_state s;
50 s.jmp = -1;
51
52 setjmp_func(&s, 0);
53
54 return 0;
55}

Callers

nothing calls this directly

Calls 1

setjmp_funcFunction · 0.70

Tested by

no test coverage detected