blob: 8dea7905093669142daacf2d02612261546289f5 [file] [log] [blame]
int
foo (int i, unsigned short j)
{
return j *= i;
}