blob: c23c5ee813595ccf480a4d3d05b3b23eeaa3caed [file] [log] [blame]
int a, b[1], c, *d = &a, e, f, g, h, i, j;
extern int l();
int main() {
if (l())
for (;;)
for (; g;)
for (; e;)
for (; a;)
for (; f;)
for (; h;)
for (; i;)
for (; c;)
for (; j;)
;
l();
for (; c; c++)
b[*d] = 0;
return 0;
}