summaryrefslogtreecommitdiff
path: root/test/RANLIB
diff options
context:
space:
mode:
Diffstat (limited to 'test/RANLIB')
-rw-r--r--test/RANLIB/RANLIB.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/RANLIB/RANLIB.py b/test/RANLIB/RANLIB.py
index c9fc10fc..fbfe36cc 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[])
{