blob: 907d071d64e9d6265df80416bbc691092930d1bb [file] [log] [blame]
struct B
{
int foo;
};
struct A
{
long a;
struct B *foo;
};
static struct A *foo __attribute__((used));