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