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

Function main

test/invoke_i.cpp:10–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8typedef int (*foo)(void);
9
10int main()
11{
12 foo f = func1;
13 try {
14 f();
15 } catch(...)
16 {
17 }
18}

Callers

nothing calls this directly

Calls 1

fFunction · 0.70

Tested by

no test coverage detected