aboutsummaryrefslogtreecommitdiff
path: root/src/stdio/fgetws.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/fgetws.c')
-rw-r--r--src/stdio/fgetws.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/fgetws.c b/src/stdio/fgetws.c
index 195cb435..3d5e012c 100644
--- a/src/stdio/fgetws.c
+++ b/src/stdio/fgetws.c
@@ -26,3 +26,11 @@ wchar_t *fgetws(wchar_t *restrict s, int n, FILE *restrict f)
}
weak_alias(fgetws, fgetws_unlocked);
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif