diff options
Diffstat (limited to 'test/AR/AR.py')
-rw-r--r-- | test/AR/AR.py | 3 |
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[]) { |