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