Loading...
1
2
3
4
5

void foo() {
    int* v = new int(1);
    delete v;
}