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