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