Advertisement
Archon

Naughty

Nov 19th, 2010
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.09 KB | None | 0 0
  1. void f(int *x){
  2.    ...
  3. }
  4.  
  5. int getInt(){
  6.    return 5;
  7. }
  8.  
  9. int main(){
  10.    f(&getInt());
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement