about summary refs log tree commit diff
path: root/REORG.TODO/string/tst-strfry.c
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/string/tst-strfry.c')
-rw-r--r--REORG.TODO/string/tst-strfry.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/REORG.TODO/string/tst-strfry.c b/REORG.TODO/string/tst-strfry.c
new file mode 100644
index 0000000000..e4e9018c5b
--- /dev/null
+++ b/REORG.TODO/string/tst-strfry.c
@@ -0,0 +1,14 @@
+#include <stdio.h>
+#include <string.h>
+
+int
+do_test (void)
+{
+  char str[] = "this is a test";
+
+  strfry (str);
+
+  return 0;
+}
+
+#include <support/test-driver.c>