1#include <stdio.h>
2#include <string.h>
3
4int
5do_test (void)
6{
7 char str[] = "this is a test";
8
9 strfry (string: str);
10
11 return 0;
12}
13
14#include <support/test-driver.c>
15

source code of glibc/string/tst-strfry.c