diff options
Diffstat (limited to 'src/regex/glob.c')
-rw-r--r-- | src/regex/glob.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/regex/glob.c b/src/regex/glob.c index 87bae084..eb258d1c 100644 --- a/src/regex/glob.c +++ b/src/regex/glob.c @@ -306,3 +306,11 @@ void globfree(glob_t *g) g->gl_pathc = 0; g->gl_pathv = NULL; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |