aboutsummaryrefslogtreecommitdiff
path: root/src/ctype/iswctype.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype/iswctype.c')
-rw-r--r--src/ctype/iswctype.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ctype/iswctype.c b/src/ctype/iswctype.c
index 71b09b8d..7d80c2a4 100644
--- a/src/ctype/iswctype.c
+++ b/src/ctype/iswctype.c
@@ -73,3 +73,11 @@ wctype_t __wctype_l(const char *s, locale_t l)
weak_alias(__iswctype_l, iswctype_l);
weak_alias(__wctype_l, wctype_l);
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif