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

Function first

test/core/test_longjmp_throw.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void first(void) {
19 printf("first\n");
20 longjmp(buf, 1);
21}
22
23int main() {
24 int jmpval = setjmp(buf);

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected