diff options
Diffstat (limited to 'src/locale/localeconv.c')
-rw-r--r-- | src/locale/localeconv.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/locale/localeconv.c b/src/locale/localeconv.c index 4cbb9dc5..08194a0b 100644 --- a/src/locale/localeconv.c +++ b/src/locale/localeconv.c @@ -32,3 +32,11 @@ struct lconv *localeconv(void) { return (void *)&posix_lconv; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |