blob: 028b420130d03bcc7993e04d90a42b3e7710b607 [file] [log] [blame]
int a = 0, c = 0;
static int d[][8] = {};
int main ()
{
int e = 0;
for (int b = 0; b < 4; b++)
{
__builtin_printf ("%d\n", b, e);
while (a && c++)
e = d[300000000000000000][0];
}
return 0;
}