aboutsummaryrefslogtreecommitdiff
path: root/src/stdio/vwscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/vwscanf.c')
-rw-r--r--src/stdio/vwscanf.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/vwscanf.c b/src/stdio/vwscanf.c
index 5a3931e1..ccfc2cf5 100644
--- a/src/stdio/vwscanf.c
+++ b/src/stdio/vwscanf.c
@@ -8,3 +8,11 @@ int vwscanf(const wchar_t *restrict fmt, va_list ap)
}
weak_alias(vwscanf,__isoc99_vwscanf);
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif