1extern "C" { void* f(); }
2
3void* f() { return new int; }
4