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