aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/testsuite/reloc1lib1.c
blob: 8aa062812ca1dc7220ece0384e034d966f1785f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "reloc1.h"

int bar = 26;
int baz = 28;

struct A foo = { 1, &foo, &bar };

int f1 (void)
{
  return 1;
}

int f2 (void)
{
  return f1 () + 1;
}