blob: 97a2331c7a5dc0f913c9b19f25a0a9ce60d001f3 [file] [log] [blame]
#define __USE_STRING_INLINES
#include <string.h>
void test()
{
char *p, *a;
const char *s;
while ( (s = a) )
p = strcpy(strcpy(p,"/"), s);
}