1struct A {
2  struct B *b;
3};
4
5static struct A a __attribute__((used));
6