Source code

Revision control

Copy as Markdown

Other Tools

extern "C" { void* f(); }
void* f() { return new int; }