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

6 lines
71 B
C

struct C {
struct A *a;
};
static struct C c __attribute__((used));