Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
void test() {
11
try {
12
foo();
13
} catch (...) {
14
}
15
}
16
17
int main() {
18
int jmpval = setjmp(buf);
Callers
1
main
Function · 0.70
Calls
1
foo
Function · 0.70
Tested by
no test coverage detected