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