aboutsummaryrefslogtreecommitdiff
path: root/src/stdio/getdelim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/getdelim.c')
-rw-r--r--src/stdio/getdelim.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/getdelim.c b/src/stdio/getdelim.c
index df114441..d917e39e 100644
--- a/src/stdio/getdelim.c
+++ b/src/stdio/getdelim.c
@@ -81,3 +81,11 @@ ssize_t getdelim(char **restrict s, size_t *restrict n, int delim, FILE *restric
}
weak_alias(getdelim, __getdelim);
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif