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

Function foo

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

Source from the content-addressed store, hash-verified

4static jmp_buf buf;
5
6void foo() {
7 longjmp(buf, 1);
8}
9
10void test() {
11 try {

Callers 1

testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected