2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 930503-1.c
blob6889e8b7aed8900de6062cff9ece3c27fd13f146
1 f (const char *s, char *d, unsigned l)
3 if (0)
4 while (1);
5 else
6 while (--l >= 0)
7 *d++ = *s++;