More tests for unistr/u8-strchr.
[gnulib.git] / tests / unistr / test-u32-strchr.c
index fdbdc0d..74903d9 100644 (file)
 #define U_STRCHR u32_strchr
 #define U_SET u32_set
 #include "test-strchr.h"
+
+int
+main (void)
+{
+  test_strchr ();
+
+  return 0;
+}