aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/reloc12lib1.c
blob: db7e64f37330d41a32f93b43745c1b42f2c70057 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "reloc12.h"

char a(const A *d)
{
  return d ? d->a : 0;
}

int b(const A *d)
{
  return d ? d->b : -1;
}