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

Function second

test/core/test_longjmp_throw.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10volatile int x = 0;
11
12void second(void) {
13 printf("second\n");
14 if (x == 17) throw 5;
15 else longjmp(buf, -1);
16}
17
18void first(void) {
19 printf("first\n");

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected