1 extern int a[];
2 void
g()3 g ()
4 {
5   int i, b;
6   for (i = 0; i < 10; i++)
7     a[i] = (b == 0);
8 }
9