cross-tu-conflicting-2.c 95 B

12345678
  1. struct B;
  2. struct A
  3. {
  4. int a;
  5. struct B *foo;
  6. };
  7. static struct A *foo __attribute__((used));