aboutsummaryrefslogtreecommitdiff
path: root/src/stdio/fclose.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/fclose.c')
-rw-r--r--src/stdio/fclose.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/fclose.c b/src/stdio/fclose.c
index d594532b..6c5d503a 100644
--- a/src/stdio/fclose.c
+++ b/src/stdio/fclose.c
@@ -36,3 +36,11 @@ int fclose(FILE *f)
return r;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif