2023-03-30 07:34:55 -05:00

5 lines
65 B
C++

extern "C" void foo() {
int *a = new int(3);
delete a;
}