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

Function main

test/core/test_asyncify_assertions.c:22–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22int main() {
23 printf("suspend\n");
24 suspend();
25 suspend();
26 suspend();
27 suspend();
28 suspend();
29 printf("finish\n");
30}

Callers

nothing calls this directly

Calls 2

printfFunction · 0.85
suspendFunction · 0.85

Tested by

no test coverage detected