diff options
Diffstat (limited to 'src/locale/__lctrans.c')
-rw-r--r-- | src/locale/__lctrans.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/locale/__lctrans.c b/src/locale/__lctrans.c index 9fbe762a..4a25ae41 100644 --- a/src/locale/__lctrans.c +++ b/src/locale/__lctrans.c @@ -17,3 +17,11 @@ const char *__lctrans_cur(const char *msg) { return __lctrans_impl(msg, CURRENT_LOCALE->cat[LC_MESSAGES]); } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |