summaryrefslogtreecommitdiff
path: root/elf/testobj1_1.c
blob: 2541a5ad1b5915955f20a63619f43ac672bee5f6 (plain)
1
2
3
4
5
6
7
#include "testobj.h"

int
obj1func1 (int a)
{
  return 42 + obj1func2 (a);
}