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

6 lines
49 B
C

v (a, i)
unsigned *a, i;
{
a++[i] = 0;
}