More tests for unistr/u8-strchr.
[gnulib.git] / tests / unistr / test-u16-strchr.c
index 24cab3a..7de8c64 100644 (file)
 #define U_STRCHR u16_strchr
 #define U_SET u16_set
 #include "test-strchr.h"
+
+int
+main (void)
+{
+  test_strchr ();
+
+  return 0;
+}