blob: 6e0c957e8fed94f170822162e37cbac07919fb8b [file] [log] [blame]
struct A { struct B *foo; };
struct B { struct B *next; };
static struct A *a __attribute__((__used__));
static struct B *conflicty __attribute__((__used__));