blob: 4c2fb9cdb8782b69d62487cd9f27db134cf2592f [file] [log] [blame] [edit]
extern "C" void foo() {
int *a = new int(3);
delete a;
}