aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/preload1lib2.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/preload1lib2.c')
-rw-r--r--testsuite/preload1lib2.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/preload1lib2.c b/testsuite/preload1lib2.c
new file mode 100644
index 0000000..7ab50aa
--- /dev/null
+++ b/testsuite/preload1lib2.c
@@ -0,0 +1,5 @@
+#include "preload1.h"
+
+int foo(int x, int y) {
+ return 0;
+}