Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
int 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
printf
Function · 0.85
inner
Function · 0.70
Tested by
no test coverage detected