2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 930602-1.c
blob5a0eb2189babd0404e2f632eedf966dbd7a3b0d4
1 typedef struct {
2 int f[8];
3 } T;
5 f (w, l, r)
6 T *w;
7 unsigned short l, r;
9 int i;
11 for (i = l; i < r; i++)
12 g (w->f[i]);