diff options
Diffstat (limited to 'src/locale/wcscoll.c')
-rw-r--r-- | src/locale/wcscoll.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/locale/wcscoll.c b/src/locale/wcscoll.c index ad2cc691..0835d4b2 100644 --- a/src/locale/wcscoll.c +++ b/src/locale/wcscoll.c @@ -14,3 +14,11 @@ int wcscoll(const wchar_t *l, const wchar_t *r) } weak_alias(__wcscoll_l, wcscoll_l); + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |