1 int
foo(int i,unsigned short j)2 foo (int i, unsigned short j)
3 {
4   return j *= i;
5 }
6