rt_gccstream/gcc/testsuite/gcc.c-torture/compile/950122-1.c

6 lines
55 B
C

int
foo (int i, unsigned short j)
{
return j *= i;
}