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

Function main

test/test_mainloop_infloop.c:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35int main(void) {
36 mains++;
37 printf("main: mains, inners, nevers, loops: %d, %d, %d, %d\n", mains, inners, nevers, loops);
38 inner();
39}
40

Callers

nothing calls this directly

Calls 2

printfFunction · 0.85
innerFunction · 0.70

Tested by

no test coverage detected