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

Function bar

test/core/test_longjmp_unwind.c:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22jmp_buf jb;
23
24__attribute__((noinline)) void bar()
25{
26 printf("before longjmp: %ld\n", emscripten_stack_get_current());
27 longjmp(jb, 1);
28}
29
30volatile void* temp;
31

Callers 1

fooFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected