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

Function main

test/test_poll_nonblocking.c:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31int main(void) {
32 probe("main");
33 emscripten_set_timeout(on_timeout, 0, NULL);
34 emscripten_exit_with_live_runtime();
35 return 99;
36}

Callers

nothing calls this directly

Calls 1

probeFunction · 0.85

Tested by

no test coverage detected