diff options
Diffstat (limited to 'src/locale/c_locale.c')
-rw-r--r-- | src/locale/c_locale.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/locale/c_locale.c b/src/locale/c_locale.c index 77ccf587..5a45b33a 100644 --- a/src/locale/c_locale.c +++ b/src/locale/c_locale.c @@ -13,3 +13,11 @@ const struct __locale_struct __c_locale = { 0 }; const struct __locale_struct __c_dot_utf8_locale = { .cat[LC_CTYPE] = &__c_dot_utf8 }; + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |