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

Function main

test/core/test_em_async_js.c:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41});
42
43int main() {
44 printf("foo returned: %f\n", foo(10));
45 bar();
46 return 0;
47}

Callers

nothing calls this directly

Calls 3

printfFunction · 0.85
fooFunction · 0.70
barFunction · 0.70

Tested by

no test coverage detected