diff options
Diffstat (limited to 'src/locale/locale_map.c')
-rw-r--r-- | src/locale/locale_map.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/locale/locale_map.c b/src/locale/locale_map.c index da61f7fc..d9f6478a 100644 --- a/src/locale/locale_map.c +++ b/src/locale/locale_map.c @@ -111,3 +111,11 @@ const struct __locale_map *__get_locale(int cat, const char *val) return new; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |