blob: 71d4b17efeee704826cefad726836c1caae24298 [file] [log] [blame]
extern int a[];
void
g ()
{
int i, b;
for (i = 0; i < 10; i++)
a[i] = (b == 0);
}