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