blob: e813b88d857a1102638d44af4e98ce1b5c5d3c80 [file] [log] [blame]
/* PR middle-end/59569 */
void foo (int *a, int b)
{
for (; b; b--)
a[b] = 1;
}