aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/951128-1.c
blob: 5e4dc7093c82d6352dd19194d1d2c76c82cc8ff2 (plain)
1
2
3
4
5
char a[];
f (const int i)
{
  a[i] = 0;
}