Skip to content

Instantly share code, notes, and snippets.

@noam1023
Created June 16, 2020 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noam1023/a3b7512355d129ae397f54e4cf0a25d6 to your computer and use it in GitHub Desktop.
Save noam1023/a3b7512355d129ae397f54e4cf0a25d6 to your computer and use it in GitHub Desktop.
int foo(double x){
__enter();
// do something with x
if(...) goto end;
// do more things
end:
__exit()
return 3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment