about summary refs log tree commit diff
path: root/string/test-strncmp-nonarray.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/test-strncmp-nonarray.c')
-rw-r--r--string/test-strncmp-nonarray.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/string/test-strncmp-nonarray.c b/string/test-strncmp-nonarray.c
new file mode 100644
index 0000000000..581e52d01b
--- /dev/null
+++ b/string/test-strncmp-nonarray.c
@@ -0,0 +1,4 @@
+#define TEST_IDENTIFIER strncmp
+#define TEST_NAME "strncmp"
+typedef char CHAR;
+#include "test-Xncmp-nonarray.c"