aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/reloc12.h
blob: 8e0940581e68d17d6b9c9ff0867be79adbb9aa41 (plain)
1
2
3
4
5
6
7
8
9
10
11
typedef struct
  {
    char a;
    int b;
  } A;

extern A foo[] __attribute ((visibility ("protected")));

A* find(char a);
char a(const A*);
int b(const A*);