aboutsummaryrefslogtreecommitdiff
path: root/src/stdio/__toread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/__toread.c')
-rw-r--r--src/stdio/__toread.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/__toread.c b/src/stdio/__toread.c
index f142ff09..fa6bee6b 100644
--- a/src/stdio/__toread.c
+++ b/src/stdio/__toread.c
@@ -17,3 +17,11 @@ hidden void __toread_needs_stdio_exit()
{
__stdio_exit_needed();
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif