Retro68/binutils/ld/testsuite/ld-ctf/A.c

6 lines
71 B
C

struct A {
struct B *b;
};
static struct A a __attribute__((used));