aboutsummaryrefslogtreecommitdiff
path: root/src/stdio/vfscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/vfscanf.c')
-rw-r--r--src/stdio/vfscanf.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/vfscanf.c b/src/stdio/vfscanf.c
index b78a374d..229a8efc 100644
--- a/src/stdio/vfscanf.c
+++ b/src/stdio/vfscanf.c
@@ -337,3 +337,11 @@ match_fail:
}
weak_alias(vfscanf,__isoc99_vfscanf);
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif