Retro68/binutils/ld/testsuite/ld-ctf/A.c
Wolfgang Thaller f485e125c4 binutils 2.39
2022-10-27 20:45:45 +02:00

6 lines
71 B
C

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