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