Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
int 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
printf
Function · 0.85
f
Function · 0.70
Tested by
no test coverage detected