Skip to content

Instantly share code, notes, and snippets.

@jsjohns
Created December 10, 2014 19:46
Show Gist options
  • Save jsjohns/0bee3c19418fbadc88a9 to your computer and use it in GitHub Desktop.
Save jsjohns/0bee3c19418fbadc88a9 to your computer and use it in GitHub Desktop.
bool g() {
throw exception;
}
bool f(bool g) {
}
int main() {
f(g());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment