rt_gccstream/gcc/testsuite/gcc.c-torture/compile/930602-1.c

14 lines
140 B
C

typedef struct {
int f[8];
} T;
f (w, l, r)
T *w;
unsigned short l, r;
{
int i;
for (i = l; i < r; i++)
g (w->f[i]);
}