MCPcopy 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
3void thrower() {
4 printf("infunc...");
5 throw(99);
6 printf("FAIL");
7}
8
9int main() {
10 try {

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected