aboutsummaryrefslogtreecommitdiff
path: root/src/stdio/open_wmemstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/open_wmemstream.c')
-rw-r--r--src/stdio/open_wmemstream.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/open_wmemstream.c b/src/stdio/open_wmemstream.c
index b8ae4a79..872b96c9 100644
--- a/src/stdio/open_wmemstream.c
+++ b/src/stdio/open_wmemstream.c
@@ -104,3 +104,11 @@ FILE *open_wmemstream(wchar_t **bufp, size_t *sizep)
return __ofl_add(&f->f);
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif