2 950714-1.c from the execute part of the gcc torture suite.
9 #pragma disable_warning 85
12 int array
[10] = {1, 1, 1, 1, 1, 1, 1, 1, 1, 1};
15 testTortureExecute (void)
20 for (i
= 0; i
< 10; i
++)
21 for (p
= &array
[0]; p
!= &array
[9]; p
++)