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

Function main

test/core/test_asan_no_error.cpp:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10int main() {
11 int *x = new int[10];
12 static char y[10];
13
14 printf("%d %d\n", f(x), y[9]);
15 printf("done\n");
16 return 0;
17}

Callers

nothing calls this directly

Calls 2

printfFunction · 0.85
fFunction · 0.70

Tested by

no test coverage detected