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

Function second_func

test/core/test_longjmp4.c:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void second_func(jmp_state* s) { longjmp(*(s->jmp), 1); }
39
40int main(int argc, char* argv[]) {
41 jmp_state s;

Callers 1

first_funcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected