summaryrefslogtreecommitdiffstats
path: root/test/RPATH.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/RPATH.py')
-rw-r--r--test/RPATH.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/RPATH.py b/test/RPATH.py
index 6ab6eb2..a0ae8c7 100644
--- a/test/RPATH.py
+++ b/test/RPATH.py
@@ -45,6 +45,7 @@ Program('foo', 'foo.c', LIBS='bar', LIBPATH='bar', RPATH='bar')
""")
test.write('foo.c', """\
+#include <stdlib.h>
int main() {
void bar();
bar();