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

Function first

test/core/test_longjmp.c:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void first(void) {
19 printf("first\n"); // prints
20 longjmp(buf, 1); // jumps back to where setjmp was called - making setjmp now
21 // return 1
22}
23
24int main() {
25 volatile int x = 0;

Callers 2

mainFunction · 0.70
pair.hFile · 0.50

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected