aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-ctf/cross-tu-2.c
blob: 033d96d33522717260cf24a9a0cfc3d0d9300ddf (plain)
1
2
3
4
5
6
7
8
struct B;
struct A
{
  long a;
  struct B *foo;
};

static struct A *foo __attribute__((used));