2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 960514-1.c
blob1d38cfd1a0b2858ba2d54d659261af4091239626
1 struct s {
2 unsigned long long t[5];
3 };
5 void
6 f (struct s *d, unsigned long long *l)
8 int i;
10 for (i = 0; i < 5; i++)
11 d->t[i] += l[i];