aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/orderlib.c
blob: 0a97e0ac87192df6f1170587936003465fdd24bc (plain)
1
2
3
4
5
6
7
8
9
10
#include "orderlib.h"
#include "orderlib1.h"

int orderlib1(void)
{
   int rc = 0;
   rc += value();
   rc += value1();
   return rc;
}