Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ f
Function
f
test/core/test_asan_no_error.cpp:4–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include <stdio.h>
3
4
int f(int *x) {
5
int z = *x;
6
delete [] x;
7
return z;
8
}
9
10
int main() {
11
int *x = new int[10];
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected