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