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

Function test

test/core/test_exceptions_longjmp2.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10void test() {
11 try {
12 foo();
13 } catch (...) {
14 }
15}
16
17int main() {
18 int jmpval = setjmp(buf);

Callers 1

mainFunction · 0.70

Calls 1

fooFunction · 0.70

Tested by

no test coverage detected