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

Function foo

test/core/test_exceptions_longjmp4.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4static jmp_buf buf;
5
6void foo() {
7 throw 3;
8}
9
10int main() {
11 int jmpval = setjmp(buf);

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected