2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 930210-1.c
blob47d2da2aca5687845699420ec1ca4d8c462eeaac
1 f()
3 char c1, c2;
4 char *p1, *p2;
6 do {
7 c1 = c2 = *p1++;
8 while (c1--)
9 *p2++ = *p1++;
10 } while (c2);