summaryrefslogtreecommitdiffstats
path: root/test/AR/ARFLAGS.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/AR/ARFLAGS.py')
-rw-r--r--test/AR/ARFLAGS.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/AR/ARFLAGS.py b/test/AR/ARFLAGS.py
index d4d122e..fbca0ff 100644
--- a/test/AR/ARFLAGS.py
+++ b/test/AR/ARFLAGS.py
@@ -78,6 +78,9 @@ library_function(void)
test.write('main.c', r"""
#include <stdlib.h>
+extern void
+library_function();
+
int
main(int argc, char *argv[])
{