aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/orderlib1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/orderlib1.c')
-rw-r--r--testsuite/orderlib1.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/orderlib1.c b/testsuite/orderlib1.c
new file mode 100644
index 0000000..be4ebdc
--- /dev/null
+++ b/testsuite/orderlib1.c
@@ -0,0 +1,6 @@
+#include "orderlib.h"
+
+int value1(void)
+{
+ return 10;
+}