diff options
Diffstat (limited to 'src/stdio/tmpfile.c')
-rw-r--r-- | src/stdio/tmpfile.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/tmpfile.c b/src/stdio/tmpfile.c index 2fa8803f..c3e543cc 100644 --- a/src/stdio/tmpfile.c +++ b/src/stdio/tmpfile.c @@ -27,3 +27,11 @@ FILE *tmpfile(void) } return 0; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |