Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. struct ass {
  2. int face;
  3. } ugh() //this function returns an ass
  4. {
  5. return ass();
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement