Skip to content

Instantly share code, notes, and snippets.

@jonpryor
Created December 2, 2015 00:46
Show Gist options
  • Save jonpryor/9c0b44d4af76a145c6de to your computer and use it in GitHub Desktop.
Save jonpryor/9c0b44d4af76a145c6de to your computer and use it in GitHub Desktop.
void foo () {}
void bar ()
{
return foo ();
}
int main ()
{
bar ();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment