summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-ctf/B.c
blob: 8a7f4c2d3c295b009db31392261050b51be9ca2b (plain)
1
2
3
4
struct B {
  struct C *c;
};
static struct B b __attribute__((used));