PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / e.c
blobfa20e00ef8f05b50d6e45cbd46876bdfacaeb258
1 foo (short a, int *p, short *s)
3 int i;
4 for (i = 10; i >= 0; i--)
6 a = (short) bar ();
7 p[i] = a;
8 s[i] = a;