diff options
Diffstat (limited to 'test/RANLIB/RANLIBFLAGS.py')
-rw-r--r-- | test/RANLIB/RANLIBFLAGS.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/RANLIB/RANLIBFLAGS.py b/test/RANLIB/RANLIBFLAGS.py index 636059b..86e5283 100644 --- a/test/RANLIB/RANLIBFLAGS.py +++ b/test/RANLIB/RANLIBFLAGS.py @@ -82,6 +82,10 @@ library_function(void) test.write('main.c', r""" #include <stdlib.h> +void +library_function(void); + + int main(int argc, char *argv[]) { |