Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ thrower
Function
thrower
test/core/test_exceptions.cpp:3–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include <stdio.h>
2
3
void thrower() {
4
printf(
"infunc..."
);
5
throw(99);
6
printf(
"FAIL"
);
7
}
8
9
int main() {
10
try {
Callers
1
main
Function · 0.70
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected