diff options
Diffstat (limited to 'src/stdio/vfscanf.c')
-rw-r--r-- | src/stdio/vfscanf.c | 8 |
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 |