普通文本  |  4行  |  57 B

extern "C" { void* f(); }

void* f() { return new int; }