Source code

Revision control

Copy as Markdown

Other Tools

extern void g();
void f() {
g();
return;
}