diff options
Diffstat (limited to 'src/locale/__mo_lookup.c')
-rw-r--r-- | src/locale/__mo_lookup.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/locale/__mo_lookup.c b/src/locale/__mo_lookup.c index d18ab774..b6125b18 100644 --- a/src/locale/__mo_lookup.c +++ b/src/locale/__mo_lookup.c @@ -40,3 +40,11 @@ const char *__mo_lookup(const void *p, size_t size, const char *s) } return 0; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |