OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 950122-1.c
1 int
2 foo (int i, unsigned short j)
3 {
4   return j *= i;
5 }