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