libctf: impose an ordering on conflicting types
[binutils-gdb.git] / ld / testsuite / ld-ctf / B.c
1 struct B {
2 struct C *c;
3 };
4 static struct B b __attribute__((used));