modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/950122-1.c (about)

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