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

Function second

test/core/test_longjmp.c:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11static jmp_buf buf;
12
13void second(void) {
14 printf("second\n");
15 longjmp(buf, -1);
16}
17
18void first(void) {
19 printf("first\n"); // prints

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected