Skip to content

Instantly share code, notes, and snippets.

@simonask
Created May 19, 2009 14:14
Show Gist options
  • Save simonask/114116 to your computer and use it in GitHub Desktop.
Save simonask/114116 to your computer and use it in GitHub Desktop.
void foo()
{
A a;
goto out;
B b;
out:
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment