Skip to content

Instantly share code, notes, and snippets.

@Aatch
Created June 6, 2013 04:57
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 Aatch/5719405 to your computer and use it in GitHub Desktop.
Save Aatch/5719405 to your computer and use it in GitHub Desktop.
; fn f() -> ! { f() }
define internal fastcc void @f() #0 {
static_allocas:
tail call fastcc void @f()
unreachable
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment