Advertisement
GeneralGuy4872

Stack Automata Considered Harmful

Nov 10th, 2019
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #include <stdlib.h>
  2.  
  3. int main () {
  4. return main();
  5. }
  6.  
  7. //sigsegv at frame INT_MAX, yet perfectly valid code
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement