diff options
Diffstat (limited to 'src/stdio/__fclose_ca.c')
-rw-r--r-- | src/stdio/__fclose_ca.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/__fclose_ca.c b/src/stdio/__fclose_ca.c index e0b12a15..fc7ff8fc 100644 --- a/src/stdio/__fclose_ca.c +++ b/src/stdio/__fclose_ca.c @@ -4,3 +4,11 @@ int __fclose_ca(FILE *f) { return f->close(f); } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |