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

Function second

test/core/test_asyncify_longjmp.c:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected