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

Function first

test/core/test_longjmp_funcptr.c:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void first(void) {
22 fp();
23 printf("first\n"); // does not print
24}
25
26int main(int argc, char **argv) {
27 fp = argc == 200 ? NULL : second;

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected