libctf: impose an ordering on conflicting types
[binutils-gdb.git] / ld / testsuite / ld-ctf / cross-tu-conflicting-2.c
1 struct B;
2 struct A
3 {
4 int a;
5 struct B *foo;
6 };
7
8 static struct A *foo __attribute__((used));