Wolfgang Thaller f485e125c4 binutils 2.39
2022-10-27 20:45:45 +02:00

6 lines
84 B
C

struct B {
struct C *c;
int wombat;
};
static struct B b __attribute__((used));