MCPcopy 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
4int f(int *x) {
5 int z = *x;
6 delete [] x;
7 return z;
8}
9
10int main() {
11 int *x = new int[10];

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected