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

6 lines
42 B
C

char a[];
f (const int i)
{
a[i] = 0;
}