blob: ac0eb9871d0b8b5e5b8d56c1334564a626fd97e3 [file] [log] [blame]
char a[];
void
f (const int i)
{
a[i] = 0;
}