2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20030224-1.c
blob6832dc81e470fe14064e6a485e3f8d6fc88b02b7
1 void zzz (char *s1, char *s2, int len, int *q)
3 int z = 5;
4 unsigned int i, b;
5 struct { char a[z]; } x;
7 for (i = 0; i < len; i++)
8 s1[i] = s2[i];
10 b = z & 0x3;
12 len += (b == 0 ? 0 : 1) + z;
14 *q = len;
16 foo (x, x);