Home | History | Annotate | Download | only in slang
      1 
      2 int test3(int i)
      3 {
      4     return i=i+1;
      5 }
      6 
      7