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