1struct A { struct B *foo; };
2struct B { struct B *next; };
3static struct A *a __attribute__((__used__));
4static struct B *conflicty __attribute__((__used__));
5