blob: 9b386561c335b7d4b525411bbe85a20e50b9d013 [file] [log] [blame]
/* { dg-options "-O3" } */
void test_sort()
{
char *base;
register char c, *i, *hi;
for (i = base; i < hi; i++)
*i++ = c;
}