diff options
Diffstat (limited to 'src/stdio/__towrite.c')
-rw-r--r-- | src/stdio/__towrite.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/__towrite.c b/src/stdio/__towrite.c index 4c9c66ae..09a6f5ac 100644 --- a/src/stdio/__towrite.c +++ b/src/stdio/__towrite.c @@ -21,3 +21,11 @@ hidden void __towrite_needs_stdio_exit() { __stdio_exit_needed(); } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |