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

Function main

test/core/test_exceptions_resume.cpp:62–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62int main() {
63 int rc;
64
65 rc = c_adder(20, 35);
66 if (rc == 0)
67 printf("2nd call, result = %d\n", result());
68 else
69 printf("2nd call, sadface: %s\n", latest_err_msg());
70
71 return 0;
72}
73

Callers

nothing calls this directly

Calls 4

c_adderFunction · 0.85
printfFunction · 0.85
latest_err_msgFunction · 0.85
resultFunction · 0.70

Tested by

no test coverage detected