Guest User

Untitled

a guest
Jun 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. void foo()
  2. {
  3. if (x == NULL) {
  4. // something unrelated
  5. }
  6.  
  7. for (;;) {
  8. // crazy for loop
  9. }
  10.  
  11. // even more code
  12.  
  13. if (x == NULL) {
  14. *x;
  15. }
  16. }
Add Comment
Please, Sign In to add comment