summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/library/testlib.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/library/testlib.c b/tests/library/testlib.c
new file mode 100644
index 0000000..14c9efc
--- /dev/null
+++ b/tests/library/testlib.c
@@ -0,0 +1,3 @@
+int wolf_f( int a ) {
+ return a * 2;
+}