Skip to content

Instantly share code, notes, and snippets.

@ryoqun
Created July 2, 2012 12:49
Show Gist options
  • Save ryoqun/3033112 to your computer and use it in GitHub Desktop.
Save ryoqun/3033112 to your computer and use it in GitHub Desktop.
int f() {
return 42;
}
int g() {
return f();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment