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

13 lines
112 B
C

struct B
{
int foo;
};
struct A
{
long a;
struct B *foo;
};
static struct A *foo __attribute__((used));