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