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