diff options
Diffstat (limited to 'src/stdio/vswscanf.c')
-rw-r--r-- | src/stdio/vswscanf.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/vswscanf.c b/src/stdio/vswscanf.c index 00b614bc..8bdc995d 100644 --- a/src/stdio/vswscanf.c +++ b/src/stdio/vswscanf.c @@ -36,3 +36,11 @@ int vswscanf(const wchar_t *restrict s, const wchar_t *restrict fmt, va_list ap) } weak_alias(vswscanf,__isoc99_vswscanf); + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |